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 /sql-resource/pom.xml | |
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 'sql-resource/pom.xml')
-rwxr-xr-x | sql-resource/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql-resource/pom.xml b/sql-resource/pom.xml index a8d8ae696..a3376c1ca 100755 --- a/sql-resource/pom.xml +++ b/sql-resource/pom.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <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>sql-resource</artifactId> @@ -20,7 +20,7 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>sql-resource-features</artifactId> <classifier>features</classifier> <type>xml</type> @@ -28,7 +28,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.adaptors</groupId> + <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>sql-resource-provider</artifactId> <version>${project.version}</version> </dependency> |