summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-12-15 15:24:33 -0500
committerDan Timoney <dtimoney@att.com>2020-12-15 15:24:33 -0500
commitc5db210ef37ba61d2705f8f2a511c41de74af9db (patch)
tree14e71949ed8e8e793eeecbd188e52060c1c472ef
parentfe74a95f4432e35aa65b7b7928ba49e2158c2c7d (diff)
Use released version of ccsdk parent poms
Use released version 2.1.0 of parent poms Change-Id: I04313112961c5e998c25f1b89a0537c2dabcc9c4 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ms/generic-resource-api/pom.xml6
-rw-r--r--pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml
index 35800c6..6f91bb4 100644
--- a/ms/generic-resource-api/pom.xml
+++ b/ms/generic-resource-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
@@ -23,8 +23,8 @@
<aaf-shiro-bundle.version>2.1.13</aaf-shiro-bundle.version>
<ccsdk.apps.version>1.1.0-SNAPSHOT</ccsdk.apps.version>
<ccsdk.docker.version>1.1-STAGING-latest</ccsdk.docker.version>
- <sdnc.northbound.version>2.1.0-SNAPSHOT</sdnc.northbound.version>
- <sdnc.oam.version>2.1.0-SNAPSHOT</sdnc.oam.version>
+ <sdnc.northbound.version>2.1.1-SNAPSHOT</sdnc.northbound.version>
+ <sdnc.oam.version>2.1.1-SNAPSHOT</sdnc.oam.version>
<base.image.name>onap/ccsdk-alpine-j11-image</base.image.name>
<image.name>onap/sdnc-gra-image</image.name>
diff --git a/pom.xml b/pom.xml
index f1c326b..64ccc5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>