diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-01 15:19:07 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-01 15:19:07 -0400 |
commit | 16508ffde287f481791ae0b9c071f60a331c680d (patch) | |
tree | 95ab373857c9ce988ca8addfdfb4ec17d5f26014 /aai-service | |
parent | 5363b2782d906a6c6067eb840392f959ed4dfe4b (diff) |
Fix groupIds
Updated groupId to org.onap.ccsdk.sli.adaptors to allow clean Nexus deploy
Issue: CCSDK-14
Change-Id: I228978572b2f574e95caa4ff2f40fdbfdcc330ad
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service')
-rwxr-xr-x | aai-service/features/pom.xml | 4 | ||||
-rwxr-xr-x | aai-service/installer/pom.xml | 10 | ||||
-rwxr-xr-x | aai-service/pom.xml | 8 | ||||
-rwxr-xr-x | aai-service/provider/pom.xml | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/aai-service/features/pom.xml b/aai-service/features/pom.xml index 3127bd9c..20711366 100755 --- a/aai-service/features/pom.xml +++ b/aai-service/features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>aai-service</artifactId> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>aai-service-features</artifactId> @@ -15,7 +15,7 @@ <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 2973348b..6668eca0 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>aai-service</artifactId> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>aai-service-installer</artifactId> @@ -13,14 +13,14 @@ <properties> <application.name>sdnc-aai-service</application.name> <features.boot>sdnc-aai-service</features.boot> - <features.repositories>mvn:org.openecomp.sdnc.adaptors/aai-service-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.ccsdk.sli.adaptors/aai-service-features/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> <dependencies> <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-features</artifactId> <version>${project.version}</version> <classifier>features</classifier> @@ -34,7 +34,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-provider</artifactId> <version>${project.version}</version> </dependency> @@ -104,7 +104,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.openecomp.sdnc,org.jvnet.jaxb2_commons</includeGroupIds> + <includeGroupIds>org.onap.ccsdk,org.jvnet.jaxb2_commons</includeGroupIds> <excludeArtifactIds>sli-common,sli-provider,dblib-provider,dblib-common</excludeArtifactIds> <scope>provided</scope> </configuration> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index cc028b02..e4561d8b 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -2,14 +2,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>sdnc-adaptors</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> @@ -21,7 +21,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-features</artifactId> <classifier>features</classifier> <version>${project.version}</version> @@ -29,7 +29,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index d6d72f20..a9aa98d7 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -2,7 +2,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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> <parent> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>aai-service</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> |