summaryrefslogtreecommitdiffstats
path: root/resource-assignment/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-01 15:19:07 -0400
committerDan Timoney <dtimoney@att.com>2017-08-01 15:19:07 -0400
commit16508ffde287f481791ae0b9c071f60a331c680d (patch)
tree95ab373857c9ce988ca8addfdfb4ec17d5f26014 /resource-assignment/provider/pom.xml
parent5363b2782d906a6c6067eb840392f959ed4dfe4b (diff)
Fix groupIds
Updated groupId to org.onap.ccsdk.sli.adaptors to allow clean Nexus deploy Issue: CCSDK-14 Change-Id: I228978572b2f574e95caa4ff2f40fdbfdcc330ad Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'resource-assignment/provider/pom.xml')
-rwxr-xr-xresource-assignment/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml
index 9a17589c..f6d7fede 100755
--- a/resource-assignment/provider/pom.xml
+++ b/resource-assignment/provider/pom.xml
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>