summaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authoramitjai <amitjai@amdocs.com>2018-04-27 13:28:57 +0530
committerOren Kleks <orenkle@amdocs.com>2018-04-30 06:05:27 +0000
commit42c920baf4dbb9fe8775843a6d4c9f70fa29f064 (patch)
treeac2aff977e2b129e61d2166c4832842676e4f5c3 /common/pom.xml
parentf487427a32f410ab5c97a4092865d32beb88ee27 (diff)
Rename packages from openecomp to onap.
This task is all about package name space change also make changes to pom for common module Change-Id: Ie9bda0f958a9a05826c0374830cc9cb7d6d196b6 Issue-ID: SDC-1272 Signed-off-by: amitjai <amitjai@amdocs.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 54d3a1b3c3..ad2638ae3a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -2,9 +2,9 @@
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.common</groupId>
- <name>openecomp-common-lib</name>
- <artifactId>openecomp-common-lib</artifactId>
+ <groupId>org.onap.sdc.common</groupId>
+ <name>onap-common-lib</name>
+ <artifactId>onap-common-lib</artifactId>
<packaging>pom</packaging>
<parent>
@@ -20,9 +20,9 @@
</properties>
<modules>
- <module>openecomp-sdc-artifact-generator-lib</module>
- <module>openecomp-common-configuration-management</module>
- <module>openecomp-tosca-datatype</module>
+ <module>onap-sdc-artifact-generator-lib</module>
+ <module>onap-common-configuration-management</module>
+ <module>onap-tosca-datatype</module>
</modules>
<dependencies>