diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-30 19:32:32 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-30 19:32:41 -0700 |
commit | eb2d40205c8fa043166027a10d9cdb10415e6cbf (patch) | |
tree | 95ce3b620068204487b1fb1c33c0a19efb4c39fa /vnftools/installer | |
parent | 0bce413218560b0f5df834581f22841eb0bc7074 (diff) |
Update SDNC NB to depend on CCSDK
Refactor code to use CCSDK
Issue-Id: SDNC-50
Change-Id: If637d1a0609ec5ae9df60939f72eb64888e61e71
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'vnftools/installer')
-rwxr-xr-x | vnftools/installer/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index 50d49756..196b6bd8 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/installer/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>vnftools</artifactId> - <groupId>org.openecomp.sdnc.northbound</groupId> + <groupId>org.onap.sdnc.northbound</groupId> <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>vnftools-installer</artifactId> @@ -14,14 +14,14 @@ <properties> <application.name>sdnc-vnftools</application.name> <features.boot>sdnc-vnftools</features.boot> - <features.repositories>mvn:org.openecomp.sdnc.northbound/vnftools-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.sdnc.northbound/vnftools-features/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> <dependencies> <dependency> - <groupId>org.openecomp.sdnc.northbound</groupId> + <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-features</artifactId> <version>${project.version}</version> <classifier>features</classifier> @@ -35,7 +35,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.northbound</groupId> + <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnftools-provider</artifactId> <version>${project.version}</version> </dependency> @@ -100,7 +100,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.openecomp.sdnc</includeGroupIds> + <includeGroupIds>org.onap.sdnc</includeGroupIds> <excludeArtifactIds>sli-common,sli-provider,dblib-common,dblib-provider,sliPluginUtils-provider</excludeArtifactIds> <scope>provided</scope> </configuration> |