diff options
Diffstat (limited to 'ms/generic-resource-api')
-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> |