Modified SDN-C Artifacts groupIDs 77/277/1
authorPatrick Brady <pb071s@att.com>
Tue, 14 Feb 2017 07:22:37 +0000 (23:22 -0800)
committerPatrick Brady <pb071s@att.com>
Tue, 14 Feb 2017 07:22:45 +0000 (23:22 -0800)
Modified SDN-C Artifacts groupID to reflect new naming convention

Change-Id: I53a9a937e0d6cea902ad87000e6d4e6d0584adf1
Signed-off-by: Patrick Brady <pb071s@att.com>
platform-logic/installer/pom.xml
pom.xml

index 0f59329..9fcd4cb 100644 (file)
                        <scope>compile</scope>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.sdnc</groupId>
+                       <groupId>org.openecomp.sdnc.core</groupId>
                        <artifactId>sli-common</artifactId>
                        <version>${sdnctl.sli.version}</version>
                </dependency>
diff --git a/pom.xml b/pom.xml
index b47b290..7951f35 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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/maven-v4_0_0.xsd">
     <parent>
-        <groupId>org.openecomp.sdnc</groupId>
+        <groupId>org.openecomp.sdnc.core</groupId>
         <artifactId>root</artifactId>
         <version>1.0.0</version>
     </parent>