aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-07-21 10:45:06 -0400
committerDan Timoney <dtimoney@att.com>2017-07-21 10:45:06 -0400
commitc95543bf425024f5bd4a127422251b72e408ce2b (patch)
tree4ee4b72c1e83849da48310bb680c893ad7a57d71
parente72db85fc2c97226a1aace287651cc8238c4e3eb (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>
-rwxr-xr-xdblib/features/pom.xml4
-rwxr-xr-xdblib/features/src/main/resources/features.xml2
-rwxr-xr-xdblib/installer/pom.xml10
-rwxr-xr-xdblib/pom.xml4
-rwxr-xr-xdblib/provider/pom.xml2
-rwxr-xr-xfilters/features/pom.xml4
-rw-r--r--filters/features/src/main/resources/features.xml2
-rwxr-xr-xfilters/installer/pom.xml10
-rw-r--r--filters/pom.xml4
-rwxr-xr-xfilters/provider/pom.xml4
-rwxr-xr-xpom.xml2
-rwxr-xr-xsli/common/pom.xml4
-rwxr-xr-xsli/features/pom.xml6
-rw-r--r--sli/features/src/main/resources/features.xml6
-rwxr-xr-xsli/installer/pom.xml14
-rw-r--r--sli/installer/src/assembly/assemble_mvnrepo_zip.xml35
-rwxr-xr-xsli/pom.xml12
-rwxr-xr-xsli/provider/pom.xml4
-rwxr-xr-xsli/recording/pom.xml4
-rwxr-xr-xsliPluginUtils/features/pom.xml4
-rw-r--r--sliPluginUtils/features/src/main/resources/features.xml2
-rwxr-xr-xsliPluginUtils/installer/pom.xml10
-rwxr-xr-xsliPluginUtils/pom.xml8
-rwxr-xr-xsliPluginUtils/provider/pom.xml4
-rwxr-xr-xsliapi/features/pom.xml8
-rw-r--r--sliapi/features/src/main/resources/features.xml6
-rwxr-xr-xsliapi/installer/pom.xml10
-rwxr-xr-xsliapi/model/pom.xml2
-rwxr-xr-xsliapi/pom.xml12
-rwxr-xr-xsliapi/provider/pom.xml8
30 files changed, 100 insertions, 107 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.*&amp;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>
diff --git a/filters/features/pom.xml b/filters/features/pom.xml
index 1e3875de..456b6a47 100755
--- a/filters/features/pom.xml
+++ b/filters/features/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>filters</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>filters-features</artifactId>
@@ -15,7 +15,7 @@
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>filters-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/filters/features/src/main/resources/features.xml b/filters/features/src/main/resources/features.xml
index 1c58e649..d0cadff2 100644
--- a/filters/features/src/main/resources/features.xml
+++ b/filters/features/src/main/resources/features.xml
@@ -26,7 +26,7 @@
xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
<feature name='sdnc-filters' description="servlet filters" version='${project.version}'>
- <bundle>mvn:org.openecomp.sdnc.core/filters-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.core/filters-provider/${project.version}</bundle>
</feature>
</features>
diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml
index 579c0e9a..ff09b43d 100755
--- a/filters/installer/pom.xml
+++ b/filters/installer/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>filters</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
@@ -13,14 +13,14 @@
<properties>
<application.name>sdnc-filters</application.name>
<features.boot>sdnc-filters</features.boot>
- <features.repositories>mvn:org.openecomp.sdnc.core/filters-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.ccsdk.sli.core/filters-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>filters-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>filters-provider</artifactId>
<version>${project.version}</version>
</dependency>
@@ -98,7 +98,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.openecomp.sdnc</includeGroupIds>
+ <includeGroupIds>org.onap.ccsdk.sli</includeGroupIds>
<excludeArtifactIds>sli-common,sli-provider</excludeArtifactIds>
<scope>provided</scope>
</configuration>
diff --git a/filters/pom.xml b/filters/pom.xml
index b075be98..cbc8f587 100644
--- a/filters/pom.xml
+++ b/filters/pom.xml
@@ -2,14 +2,14 @@
<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>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>filters</artifactId>
diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml
index a7b6daec..83982c7d 100755
--- a/filters/provider/pom.xml
+++ b/filters/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>filters</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
@@ -50,7 +50,7 @@
<version>${commons.codec.version}</version>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/pom.xml b/pom.xml
index d89d59e6..8e9d10b6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sdnc-core</artifactId>
<name>SDN-C Core Components</name>
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index ce98b947..9a49e69e 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sli</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>sli-common</artifactId>
@@ -84,7 +84,7 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-provider</artifactId>
<version>${sdnctl.dblib.version}</version>
</dependency>
diff --git a/sli/features/pom.xml b/sli/features/pom.xml
index 2556a579..f5acafa4 100755
--- a/sli/features/pom.xml
+++ b/sli/features/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sli</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>sli-features</artifactId>
@@ -13,14 +13,14 @@
<dependencies>
<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-recording</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/sli/features/src/main/resources/features.xml b/sli/features/src/main/resources/features.xml
index e1ce255a..65fe187b 100644
--- a/sli/features/src/main/resources/features.xml
+++ b/sli/features/src/main/resources/features.xml
@@ -29,9 +29,9 @@
<feature name='sdnc-sli' description="sdnc-sli" version='${project.version}'>
<feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
- <bundle>mvn:org.openecomp.sdnc.core/sli-common/${project.version}</bundle>
- <bundle>mvn:org.openecomp.sdnc.core/sli-provider/${project.version}</bundle>
- <bundle>mvn:org.openecomp.sdnc.core/sli-recording/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.core/sli-common/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.core/sli-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.core/sli-recording/${project.version}</bundle>
<feature>sdnc-dblib</feature>
<bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle>
</feature>
diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml
index d43769e2..905a77dd 100755
--- a/sli/installer/pom.xml
+++ b/sli/installer/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sli</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>sli-installer</artifactId>
@@ -13,14 +13,14 @@
<properties>
<application.name>sdnc-sli</application.name>
<features.boot>sdnc-sli</features.boot>
- <features.repositories>mvn:org.openecomp.sdnc.core/sli-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.ccsdk.sli.core/sli-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>sli-features</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
@@ -34,19 +34,19 @@
</dependency>
<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>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-recording</artifactId>
<version>${project.version}</version>
</dependency>
@@ -109,7 +109,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.openecomp.sdnc</includeGroupIds>
+ <includeGroupIds>org.onap.ccsdk.sli</includeGroupIds>
<excludeArtifactIds>dblib-provider</excludeArtifactIds>
<scope>provided</scope>
</configuration>
diff --git a/sli/installer/src/assembly/assemble_mvnrepo_zip.xml b/sli/installer/src/assembly/assemble_mvnrepo_zip.xml
index 38e6d47b..4ea9baea 100644
--- a/sli/installer/src/assembly/assemble_mvnrepo_zip.xml
+++ b/sli/installer/src/assembly/assemble_mvnrepo_zip.xml
@@ -1,23 +1,17 @@
-<!--
- ============LICENSE_START=======================================================
+<!-- ============LICENSE_START=======================================================
openECOMP : SDN-C
================================================================================
Copyright (C) 2017 AT&T Intellectual Property. All rights
reserved.
================================================================================
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- ============LICENSE_END=========================================================
- -->
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+ by applicable law or agreed to in writing, software distributed under the
+ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+ OF ANY KIND, either express or implied. See the License for the specific
+ language governing permissions and limitations under the License.
+ ============LICENSE_END========================================================= -->
<!-- Defines how we build the .zip file which is our distribution. -->
@@ -25,14 +19,13 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
- <id>bin</id>
- <formats>
- <format>zip</format>
+ <id>bin</id>
+ <formats>
+ <format>zip</format>
</formats>
- <!-- we want "system" and related files right at the root level
- as this file is suppose to be unzip on top of a karaf
- distro. -->
+ <!-- we want "system" and related files right at the root level as this
+ file is suppose to be unzip on top of a karaf distro. -->
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
diff --git a/sli/pom.xml b/sli/pom.xml
index 53a8b629..2dda89f5 100755
--- a/sli/pom.xml
+++ b/sli/pom.xml
@@ -3,20 +3,20 @@
<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>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli</artifactId>
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-features</artifactId>
<classifier>features</classifier>
<type>xml</type>
@@ -24,19 +24,19 @@
</dependency>
<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>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-recording</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml
index f73d0071..69412bb3 100755
--- a/sli/provider/pom.xml
+++ b/sli/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>sli</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
@@ -20,7 +20,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml
index 4fb4a797..952f6460 100755
--- a/sli/recording/pom.xml
+++ b/sli/recording/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>sli</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
@@ -20,7 +20,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml
index 9d189177..c90cfc26 100755
--- a/sliPluginUtils/features/pom.xml
+++ b/sliPluginUtils/features/pom.xml
@@ -7,7 +7,7 @@
<parent>
<artifactId>sliPluginUtils</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/sliPluginUtils/features/src/main/resources/features.xml b/sliPluginUtils/features/src/main/resources/features.xml
index c7dca2e5..212c3974 100644
--- a/sliPluginUtils/features/src/main/resources/features.xml
+++ b/sliPluginUtils/features/src/main/resources/features.xml
@@ -32,7 +32,7 @@
<!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
<feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
<feature>sdnc-sli</feature>
- <bundle>mvn:org.openecomp.sdnc.core/sliPluginUtils-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.core/sliPluginUtils-provider/${project.version}</bundle>
<bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle>
</feature>
diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml
index 6520867b..2744f7da 100755
--- a/sliPluginUtils/installer/pom.xml
+++ b/sliPluginUtils/installer/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>sliPluginUtils</artifactId>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>sliPluginUtils-installer</artifactId>
@@ -13,14 +13,14 @@
<properties>
<application.name>sdnc-sliPluginUtils</application.name>
<features.boot>sdnc-sliPluginUtils</features.boot>
- <features.repositories>mvn:org.openecomp.sdnc.core/sliPluginUtils-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.ccsdk.sli.core/sliPluginUtils-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>sliPluginUtils-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>sliPluginUtils-provider</artifactId>
<version>${project.version}</version>
</dependency>
@@ -98,7 +98,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.openecomp.sdnc</includeGroupIds>
+ <includeGroupIds>org.onap.ccsdk.sli</includeGroupIds>
<excludeArtifactIds>sli-common,sli-provider,dblib-provider</excludeArtifactIds>
<scope>provided</scope>
</configuration>
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml
index a14b41ff..bb6cad3f 100755
--- a/sliPluginUtils/pom.xml
+++ b/sliPluginUtils/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">
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -9,7 +9,7 @@
<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>
@@ -19,14 +19,14 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>SliPluginUtils-features</artifactId>
<classifier>features</classifier>
<type>xml</type>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>SliPluginUtils-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml
index cad7a0bc..cd240d16 100755
--- a/sliPluginUtils/provider/pom.xml
+++ b/sliPluginUtils/provider/pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sliPluginUtils</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
@@ -26,7 +26,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml
index fcc08eb7..1fc0f61b 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 630b1115..51f365a1 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 a0204f3b..36570cde 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 be8c8b3c..17bee5a9 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 06ee5e0e..1ca872e1 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 b4a6ff0f..d5f49177 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>