diff options
author | Dan Timoney <dtimoney@att.com> | 2017-07-21 10:45:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-07-21 10:45:06 -0400 |
commit | c95543bf425024f5bd4a127422251b72e408ce2b (patch) | |
tree | 4ee4b72c1e83849da48310bb680c893ad7a57d71 /dblib | |
parent | e72db85fc2c97226a1aace287651cc8238c4e3eb (diff) |
Update groupId to org.onap.ccsdk.sli
Update groupIds from org.openecomp.sdnc.core to org.onap.ccsdk.sli.core
Issue: CCSDK-11
Change-Id: I0646adab34a88244ab10dc0d2775643ce2bb974d
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib')
-rwxr-xr-x | dblib/features/pom.xml | 4 | ||||
-rwxr-xr-x | dblib/features/src/main/resources/features.xml | 2 | ||||
-rwxr-xr-x | dblib/installer/pom.xml | 10 | ||||
-rwxr-xr-x | dblib/pom.xml | 4 | ||||
-rwxr-xr-x | dblib/provider/pom.xml | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index 6c174b1c..b8b211c6 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>dblib</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>dblib-features</artifactId> @@ -15,7 +15,7 @@ <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/dblib/features/src/main/resources/features.xml b/dblib/features/src/main/resources/features.xml index 0c3e8fe3..5f339cba 100755 --- a/dblib/features/src/main/resources/features.xml +++ b/dblib/features/src/main/resources/features.xml @@ -11,7 +11,7 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <bundle>wrap:mvn:org.apache.tomcat/tomcat-jdbc/${tomcat-jdbc.version}/$DynamicImport-Package=com.mysql.*&overwrite=merge</bundle> - <bundle>mvn:org.openecomp.sdnc.core/dblib-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.core/dblib-provider/${project.version}</bundle> <bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle> </feature> diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index 9da6a459..a06a3969 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>dblib</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>dblib-installer</artifactId> @@ -13,14 +13,14 @@ <properties> <application.name>sdnc-dblib</application.name> <features.boot>sdnc-dblib</features.boot> - <features.repositories>mvn:org.openecomp.sdnc.core/dblib-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.ccsdk.sli.core/dblib-features/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib-features</artifactId> <version>${project.version}</version> <classifier>features</classifier> @@ -34,7 +34,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib-provider</artifactId> <version>${project.version}</version> </dependency> @@ -103,7 +103,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.openecomp.sdnc,org.apache.tomcat</includeGroupIds> + <includeGroupIds>org.onap.ccsdk.sli,org.apache.tomcat</includeGroupIds> <excludeArtifactIds>sli-common,sli-provider</excludeArtifactIds> <scope>provided</scope> </configuration> diff --git a/dblib/pom.xml b/dblib/pom.xml index 78af665a..722b2d7c 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -1,7 +1,7 @@ <?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.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sdnc-core</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> @@ -9,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib</artifactId> diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index b5acc7e1..078c7549 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -2,7 +2,7 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> |