diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 17:57:51 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-09 21:59:20 +0000 |
commit | 9126210275201c35ff2f9c5f5cee9de4772f9ec7 (patch) | |
tree | 2532ade26ff37361ec546d60ec45d4a49a72d153 /odlparent/bundle-parent/pom.xml | |
parent | a6b77092e938295d1821393f3c13c43fda2cd43a (diff) |
Releasing 2.1.6 and rolling to next snapshot
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I6e63f36e82e614d6c694fbf792763bc4c7ff6974
Diffstat (limited to 'odlparent/bundle-parent/pom.xml')
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 41729105..df510de0 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.6-SNAPSHOT</version> + <version>2.1.7-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -193,14 +193,14 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-odl-bom</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.7-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.7-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |