summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/pom.xml2
-rw-r--r--pom.xml6
2 files changed, 7 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 374adbf..31af618 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -21,7 +21,7 @@
</parent>
<properties>
- <northbound.version>1.2.0-SNAPSHOT</northbound.version>
+ <northbound.version>1.4.0-SNAPSHOT</northbound.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 96231ce..ca265d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,12 @@
<artifactId>apps</artifactId>
<version>1.1.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
<url>http://wiki.onap.org</url>
<description>POM to be used for apps in SDNC project</description>