summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-analytics/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-07-12 19:25:41 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-07-12 19:26:15 -0400
commit30b8e1fd4328ea37fc5599f8a9723ea79ae0e369 (patch)
tree00c722a01f5d3979b867ee4579c68add9c7126e5 /ecomp-sdk/epsdk-analytics/pom.xml
parent6b751528434a6a6c12ec4f734e5ea6ec67bf11d1 (diff)
Revert to org.openecomp.ecompsdkos libraries
The LF is awaiting TSC approval to rename repository from ecompsdkos to portal.sdk, and that blocks deployment of libraries with Maven group id org.onap.portal.sdk. Until that is approved, revert to using Maven group id org.openecomp.ecompsdkos Change-Id: I9e03b9f71562393493ce9eea41e2a6a4df921c99 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-analytics/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-analytics/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml
index 3c22efc1..c416f38a 100644
--- a/ecomp-sdk/epsdk-analytics/pom.xml
+++ b/ecomp-sdk/epsdk-analytics/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.portal.sdk</groupId>
+ <groupId> org.openecomp.ecompsdkos</groupId>
<artifactId>epsdk-project</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
@@ -68,7 +68,7 @@
<!-- sdk-core -->
<dependency>
- <groupId>org.onap.portal.sdk</groupId>
+ <groupId> org.openecomp.ecompsdkos</groupId>
<artifactId>epsdk-core</artifactId>
<version>${project.version}</version>
</dependency>