summaryrefslogtreecommitdiffstats
path: root/sli
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 /sli
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>
Diffstat (limited to 'sli')
-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
8 files changed, 39 insertions, 46 deletions
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>