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/adaptors/rest-adaptor-provider/pom.xml | |
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/adaptors/rest-adaptor-provider/pom.xml')
-rw-r--r-- | blueprints-processor/adaptors/rest-adaptor-provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|