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 /mdsal-resource/features | |
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 'mdsal-resource/features')
-rwxr-xr-x | mdsal-resource/features/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdsal-resource/features/pom.xml b/mdsal-resource/features/pom.xml index 3848f1a62..fbad6e210 100755 --- a/mdsal-resource/features/pom.xml +++ b/mdsal-resource/features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>mdsal-resource</artifactId> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>mdsal-resource-features</artifactId> @@ -15,7 +15,7 @@ <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource-provider</artifactId> <version>${project.version}</version> </dependency> |