aboutsummaryrefslogtreecommitdiffstats
path: root/sliapi/features/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-07-21 10:45:06 -0400
committerDan Timoney <dtimoney@att.com>2017-07-21 10:45:06 -0400
commitc95543bf425024f5bd4a127422251b72e408ce2b (patch)
tree4ee4b72c1e83849da48310bb680c893ad7a57d71 /sliapi/features/pom.xml
parente72db85fc2c97226a1aace287651cc8238c4e3eb (diff)
Update groupId to org.onap.ccsdk.sli
Update groupIds from org.openecomp.sdnc.core to org.onap.ccsdk.sli.core Issue: CCSDK-11 Change-Id: I0646adab34a88244ab10dc0d2775643ce2bb974d Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/features/pom.xml')
-rwxr-xr-xsliapi/features/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml
index fcc08eb7..1fc0f61b 100755
--- a/sliapi/features/pom.xml
+++ b/sliapi/features/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sliapi</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>sliapi-features</artifactId>
@@ -12,17 +12,17 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-model</artifactId>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-provider</artifactId>
<classifier>config</classifier>
<type>xml</type>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliapi-provider</artifactId>
</dependency>