aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-09-12 11:34:36 +0300
committerIdan Amit <ia096e@intl.att.com>2018-09-12 11:34:36 +0300
commit4aa42be3fe9c2102a6e1a19c13a642513babdbd3 (patch)
treee19d11c160088410a4eae67fdd1b3f4e998af12c
parent35948898119ccb694dd5f89ca48f8c790bb65819 (diff)
update group id in pom.xml
Updated the group id in the pom.xml from openecomp to onap Change-Id: Ibda6cb95c98465f51c184cb2b0c1a03aae4d2b84 Issue-ID: SDC-1753 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a2def3a..b5f2bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
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>
- <groupId>org.openecomp.sdc</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>onap-ui-common</artifactId>
<version>1.0.57</version>
<packaging>pom</packaging>