aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chen <wei.d.chen@intel.com>2017-07-28 15:15:36 +0800
committerDave Chen <wei.d.chen@intel.com>2017-08-02 09:10:55 +0800
commitf55257424e51e75b9cee40990359d18431cc8641 (patch)
tree82ecf9aa18a0c4b213ba69be8bb9195e9966bf53
parent84febebd8e2c8084dc1034f0c780414b91057e19 (diff)
Update the namespace for onap
Issue-ID: VNFSDK-62 Change-Id: I1e5296a23bf58820fabb326cf8379fe439243118 Signed-off-by: Dave Chen <wei.d.chen@intel.com>
-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 ae350cb..2d8b65f 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',