diff options
Diffstat (limited to 'northbound/pom.xml')
-rw-r--r-- | northbound/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/northbound/pom.xml b/northbound/pom.xml index a67afc542..475ad22f2 100644 --- a/northbound/pom.xml +++ b/northbound/pom.xml @@ -3,13 +3,13 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>2.1.0</version> + <groupId>org.onap.ccsdk.sli</groupId> + <artifactId>sli-root</artifactId> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>ccsdk-sli-northbound</artifactId> + <artifactId>northbound-root</artifactId> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> |