aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-09-12 11:35:12 +0300
committerIdan Amit <ia096e@intl.att.com>2018-09-12 11:35:12 +0300
commit891c2687abdb9f276f4198ff1c92a577a1880088 (patch)
tree7e86db3f703c79a42a6f0943b012575846387b9c
parentdc5da2d5d61bd20051ee8b5bffa23773ee7d44f3 (diff)
update group id in pom.xmlcasablanca
Updated the group id in the pom.xml from openecomp to onap Change-Id: Ia0b181d38c14a4ab59cefa9c83a55171ccb56613 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 368de37..1a232f0 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>sdc-pubsub</artifactId>
<version>1.0.21</version>
<packaging>pom</packaging>