diff options
-rw-r--r-- | ms/generic-resource-api/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 4 |
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> @@ -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> |