diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |