diff options
Diffstat (limited to 'platform-logic/restapi-templates/pom.xml')
-rw-r--r-- | platform-logic/restapi-templates/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml index 426a44fe..d56d994f 100644 --- a/platform-logic/restapi-templates/pom.xml +++ b/platform-logic/restapi-templates/pom.xml @@ -3,10 +3,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>2.0.0</version> - <relativePath/> + <groupId>org.onap.sdnc.oam</groupId> + <artifactId>platform-logic</artifactId> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.oam</groupId> |