aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-02-13 23:22:37 -0800
committerPatrick Brady <pb071s@att.com>2017-02-13 23:22:45 -0800
commit5f177b19777999b199c5f5e989bcb0da8b5b3f55 (patch)
tree5aac33f12779d247d40ff6edaab7e59f9036e4ea
parentc8abfaddbfef6b9484c2156ece6fbb104c557e32 (diff)
Modified SDN-C Artifacts groupIDs
Modified SDN-C Artifacts groupID to reflect new naming convention Change-Id: I53a9a937e0d6cea902ad87000e6d4e6d0584adf1 Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--platform-logic/installer/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml
index 0f59329..9fcd4cb 100644
--- a/platform-logic/installer/pom.xml
+++ b/platform-logic/installer/pom.xml
@@ -103,7 +103,7 @@
<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
--- 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>