summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d242f44d..0808eadd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,12 @@
<url>http://wiki.onap.org</url>
<description>Parent POMs to be used by clients of CCSDK</description>
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-carbon-sr1</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+
<properties>
<!-- ONAP repositories -->
<onap.nexus.host>nexus.onap.org</onap.nexus.host>