aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGao Weitao <victor.gao@huawei.com>2017-08-12 02:39:27 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-12 02:39:27 +0000
commitcc7b5f986e2879b6c9e36675f6a8906b97516f17 (patch)
tree53806941e59b52702833a71efea20749be3f8579
parentb23070d74637c33acd50bd65663fac8be098ede1 (diff)
parentf55257424e51e75b9cee40990359d18431cc8641 (diff)
Merge "Update the namespace for onap"
-rw-r--r--pom.xml6
-rw-r--r--setup.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 93c8827..1a2398b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,14 @@ under the License.
<packaging>pom</packaging>
<parent>
- <groupId>org.openo.oparent</groupId>
+ <groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
- <groupId>org.openo.vnf-sdk.design-pkg</groupId>
- <artifactId>vnf-sdk-design-pkg</artifactId>
+ <groupId>org.onap.vnfsdk.pkgtools</groupId>
+ <artifactId>vnf-sdk-pkgtools</artifactId>
<name>vnf-sdk-design-pkg</name>
<description>CSAR manipulation shared library with CLI</description>
diff --git a/setup.py b/setup.py
index 8e1586b..426cbbc 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
author='GigaSpaces',
author_email='info@gigaspaces.com',
- url='http://open-o.org/',
+ url='http://onap.org/',
classifiers=[
'Development Status :: 4 - Beta',