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 /sliapi | |
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 'sliapi')
-rwxr-xr-x | sliapi/features/pom.xml | 8 | ||||
-rw-r--r-- | sliapi/features/src/main/resources/features.xml | 6 | ||||
-rwxr-xr-x | sliapi/installer/pom.xml | 10 | ||||
-rwxr-xr-x | sliapi/model/pom.xml | 2 | ||||
-rwxr-xr-x | sliapi/pom.xml | 12 | ||||
-rwxr-xr-x | sliapi/provider/pom.xml | 8 |
6 files changed, 23 insertions, 23 deletions
diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml index fcc08eb7d..1fc0f61be 100755 --- a/sliapi/features/pom.xml +++ b/sliapi/features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sliapi</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>sliapi-features</artifactId> @@ -12,17 +12,17 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model</artifactId> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> <classifier>config</classifier> <type>xml</type> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> </dependency> diff --git a/sliapi/features/src/main/resources/features.xml b/sliapi/features/src/main/resources/features.xml index 630b11157..51f365a1c 100644 --- a/sliapi/features/src/main/resources/features.xml +++ b/sliapi/features/src/main/resources/features.xml @@ -31,9 +31,9 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <feature version="${sdnctl.sli.version}">sdnc-sli</feature> - <bundle>mvn:org.openecomp.sdnc.core/sliapi-model/${project.version}</bundle> - <bundle>mvn:org.openecomp.sdnc.core/sliapi-provider/${project.version}</bundle> - <configfile finalname="etc/opendaylight/karaf/200-sliapiprovider.xml">mvn:org.openecomp.sdnc.core/sliapi-provider/${project.version}/xml/config</configfile> + <bundle>mvn:org.onap.ccsdk.sli.core/sliapi-model/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.core/sliapi-provider/${project.version}</bundle> + <configfile finalname="etc/opendaylight/karaf/200-sliapiprovider.xml">mvn:org.onap.ccsdk.sli.core/sliapi-provider/${project.version}/xml/config</configfile> </feature> </features> diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index a0204f3b5..36570cded 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sliapi</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>sliapi-installer</artifactId> @@ -12,14 +12,14 @@ <properties> <application.name>sdnc-sliapi</application.name> <features.boot>sdnc-sliapi</features.boot> - <features.repositories>mvn:org.openecomp.sdnc.core/sliapi-features/${project.version}/xml/features</features.repositories> + <features.repositories>mvn:org.onap.ccsdk.sli.core/sliapi-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>sliapi-features</artifactId> <version>${project.version}</version> <classifier>features</classifier> @@ -33,7 +33,7 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> <version>${project.version}</version> </dependency> @@ -97,7 +97,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.openecomp.sdnc.core</includeGroupIds> + <includeGroupIds>org.onap.ccsdk.sli.core</includeGroupIds> <excludeArtifactIds>sli-common,sli-provider,dblib-provider</excludeArtifactIds> <scope>provided</scope> </configuration> diff --git a/sliapi/model/pom.xml b/sliapi/model/pom.xml index be8c8b3c0..17bee5a99 100755 --- a/sliapi/model/pom.xml +++ b/sliapi/model/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sliapi</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>sliapi-model</artifactId> diff --git a/sliapi/pom.xml b/sliapi/pom.xml index 06ee5e0ed..1ca872e1f 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -4,13 +4,13 @@ <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> <packaging>pom</packaging> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi</artifactId> <version>0.0.1-SNAPSHOT</version> @@ -23,7 +23,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-features</artifactId> <classifier>features</classifier> <type>xml</type> @@ -31,19 +31,19 @@ </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> <version>${project.version}</version> <classifier>config</classifier> <type>xml</type> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/sliapi/provider/pom.xml b/sliapi/provider/pom.xml index b4a6ff0f5..d5f491771 100755 --- a/sliapi/provider/pom.xml +++ b/sliapi/provider/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sliapi</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>sliapi-provider</artifactId> @@ -91,7 +91,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliapi-model</artifactId> </dependency> <dependency> @@ -121,12 +121,12 @@ <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider</artifactId> <version>${project.version}</version> </dependency> |