diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-09 10:07:12 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-09 10:07:12 -0500 |
commit | bd7b33d74173c4372f5184ffb9c734f7148aee3f (patch) | |
tree | cb0d22a2f5d460296e0cf36831d161bac6d4c9a1 /ms | |
parent | a39383b062aca05e110163eb4fa5a9bcd0e0b208 (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>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/generic-resource-api/pom.xml | 6 |
1 files changed, 3 insertions, 3 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> |