aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-09-12 13:46:01 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-09-12 14:08:42 -0400
commitb1dd3beda4b5aa750d7fc2e1bde3ab044b6bb056 (patch)
tree084c0cc3538b33b7ddcf0bd6b3d5ff452dee4e92 /blueprints-processor/plugin/assignment-provider
parent578a94cf4b19c6cfecfd95474091e51cec6c23e9 (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/plugin/assignment-provider')
-rw-r--r--blueprints-processor/plugin/assignment-provider/pom.xml4
1 files changed, 2 insertions, 2 deletions
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>