diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-25 11:41:13 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-25 11:41:13 -0500 |
commit | b044ec87f782ed741c814311e64664f0b64aa255 (patch) | |
tree | 1b7b86d63dedb480ce4bc918a55f7ec0feab40d3 /odlparent/bundle-parent | |
parent | 44bb42eacadb45f60f174228bbe39abfdd93dbd8 (diff) |
Release version 2.1.0 of CCSDK parent pom
Release initial Honolulu version of CCSDK parent poms and roll
version to next snapshot
Change-Id: I235ea84ddb43edd9165439f3845f8d27d383ac29
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'odlparent/bundle-parent')
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 5b92ee2f..66eb4ba8 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -192,7 +192,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-odl-bom</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |