summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-02-09 10:07:12 -0500
committerDan Timoney <dtimoney@att.com>2021-02-09 10:07:12 -0500
commitbd7b33d74173c4372f5184ffb9c734f7148aee3f (patch)
treecb0d22a2f5d460296e0cf36831d161bac6d4c9a1
parenta39383b062aca05e110163eb4fa5a9bcd0e0b208 (diff)
Use latest CCSDK parent pom for Honolulu
Use version 2.1.1-SNAPSHOT of parent pom Change-Id: I5ec968c95f46cd914011aba01c91a804dec47912 Issue-ID: CCSDK-3139 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ms/generic-resource-api/pom.xml6
-rw-r--r--pom.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml
index 6f91bb4..9bd2a61 100644
--- a/ms/generic-resource-api/pom.xml
+++ b/ms/generic-resource-api/pom.xml
@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0</version>
+ <groupId>org.onap.sdnc.apps</groupId>
+ <artifactId>sdnc-apps-ms</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
diff --git a/pom.xml b/pom.xml
index 64ccc5a..cd18c32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,8 +4,8 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>2.1.0</version>
+ <artifactId>spring-boot-starter-parent</artifactId>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>