From f55257424e51e75b9cee40990359d18431cc8641 Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Fri, 28 Jul 2017 15:15:36 +0800 Subject: Update the namespace for onap Issue-ID: VNFSDK-62 Change-Id: I1e5296a23bf58820fabb326cf8379fe439243118 Signed-off-by: Dave Chen --- pom.xml | 6 +++--- setup.py | 2 +- 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. pom - org.openo.oparent + org.onap.oparent oparent 1.1.0-SNAPSHOT ../oparent - org.openo.vnf-sdk.design-pkg - vnf-sdk-design-pkg + org.onap.vnfsdk.pkgtools + vnf-sdk-pkgtools vnf-sdk-design-pkg CSAR manipulation shared library with CLI 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', -- cgit 1.2.3-korg