diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-09-12 11:34:36 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-09-12 11:34:36 +0300 |
commit | 4aa42be3fe9c2102a6e1a19c13a642513babdbd3 (patch) | |
tree | e19d11c160088410a4eae67fdd1b3f4e998af12c | |
parent | 35948898119ccb694dd5f89ca48f8c790bb65819 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |