diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-12 13:46:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-12 14:08:42 -0400 |
commit | b1dd3beda4b5aa750d7fc2e1bde3ab044b6bb056 (patch) | |
tree | 084c0cc3538b33b7ddcf0bd6b3d5ff452dee4e92 /blueprints-processor | |
parent | 578a94cf4b19c6cfecfd95474091e51cec6c23e9 (diff) |
Wrong groupIds used
Wrong groupId used - needs to agree with repository name.
Change-Id: I4af5ef4a3c97ca2e798f8a3a30ebbbb251707fcc
Issue-ID: CCSDK-557
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'blueprints-processor')
12 files changed, 23 insertions, 22 deletions
diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 9454421d2..4fdf824ba 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -28,7 +28,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<version>0.3.0-SNAPSHOT</version>
<artifactId>blueprints-data-adaptor-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml index 2caf6933d..afdfab35a 100644 --- a/blueprints-processor/adaptors/pom.xml +++ b/blueprints-processor/adaptors/pom.xml @@ -27,7 +27,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<version>0.3.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 6f17a1cef..74175ca2e 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -28,7 +28,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<version>0.3.0-SNAPSHOT</version>
<artifactId>blueprints-rest-adaptor-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml index f53b24af4..125012e7c 100644 --- a/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml +++ b/blueprints-processor/features/ccsdk-blueprints-processor/pom.xml @@ -25,7 +25,7 @@ <relativePath/> </parent> - <groupId>org.onap.ccsdk.config</groupId> + <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-blueprints-processor</artifactId> <version>0.3.0-SNAPSHOT</version> <packaging>feature</packaging> diff --git a/blueprints-processor/features/features-blueprints-processor/pom.xml b/blueprints-processor/features/features-blueprints-processor/pom.xml index 9e8c80296..fc552a7a2 100755 --- a/blueprints-processor/features/features-blueprints-processor/pom.xml +++ b/blueprints-processor/features/features-blueprints-processor/pom.xml @@ -25,7 +25,7 @@ <relativePath /> </parent> - <groupId>org.onap.ccsdk.config</groupId> + <groupId>org.onap.ccsdk.features</groupId> <artifactId>features-blueprints-processor</artifactId> <version>0.3.0-SNAPSHOT</version> <packaging>feature</packaging> diff --git a/blueprints-processor/features/pom.xml b/blueprints-processor/features/pom.xml index 5f93e83f4..b1b6aca23 100755 --- a/blueprints-processor/features/pom.xml +++ b/blueprints-processor/features/pom.xml @@ -25,7 +25,7 @@ <relativePath/> </parent> - <groupId>org.onap.ccsdk.sli.adaptors</groupId> + <groupId>org.onap.ccsdk.features</groupId> <artifactId>blueprints-processor-features</artifactId> <version>0.3.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index f39d282e2..ecb214416 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -27,7 +27,7 @@ <relativePath />
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-processor-installer</artifactId>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -42,7 +42,7 @@ <dependencies>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>ccsdk-blueprints-processor</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
@@ -55,27 +55,27 @@ </exclusions>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-data-adaptor-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-rest-adaptor-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-assignment-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-generator-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-model-provider</artifactId>
<version>${project.version}</version>
</dependency>
@@ -137,7 +137,7 @@ <useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.onap.ccsdk.config</includeGroupIds>
+ <includeGroupIds>org.onap.ccsdk.features</includeGroupIds>
<scope>provided</scope>
</configuration>
</execution>
diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index 6eeac1044..e1070672c 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -28,7 +28,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<version>0.3.0-SNAPSHOT</version>
<artifactId>blueprints-assignment-provider</artifactId>
<packaging>bundle</packaging>
@@ -37,7 +37,7 @@ <dependencies>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-generator-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index 82ddd118e..106a43f37 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -28,7 +28,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<version>0.3.0-SNAPSHOT</version>
<artifactId>blueprints-generator-provider</artifactId>
<packaging>bundle</packaging>
@@ -37,7 +37,7 @@ <dependencies>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-model-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml index f14ec3afa..35264730d 100644 --- a/blueprints-processor/plugin/model-provider/pom.xml +++ b/blueprints-processor/plugin/model-provider/pom.xml @@ -28,7 +28,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<version>0.3.0-SNAPSHOT</version>
<artifactId>blueprints-model-provider</artifactId>
<packaging>bundle</packaging>
@@ -37,12 +37,12 @@ <dependencies>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-rest-adaptor-provider</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-data-adaptor-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/blueprints-processor/plugin/pom.xml b/blueprints-processor/plugin/pom.xml index 2b6e22914..f4c53a4d1 100644 --- a/blueprints-processor/plugin/pom.xml +++ b/blueprints-processor/plugin/pom.xml @@ -29,6 +29,7 @@ <version>0.3.0-SNAPSHOT</version>
<artifactId>blueprints-processor-plugin</artifactId>
+ <groupId>org.onap.ccsdk.features</groupId>
<packaging>pom</packaging>
<name>Blueprints Processor Plugins - POM</name>
<description>Blueprints Processor Plugins - POM</description>
diff --git a/blueprints-processor/pom.xml b/blueprints-processor/pom.xml index 10a975650..c6077a1a4 100644 --- a/blueprints-processor/pom.xml +++ b/blueprints-processor/pom.xml @@ -28,7 +28,7 @@ <relativePath/>
</parent>
- <groupId>org.onap.ccsdk.config</groupId>
+ <groupId>org.onap.ccsdk.features</groupId>
<artifactId>blueprints-processor</artifactId>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
|