Update groupId to org.onap.ccsdk.sli 47/6147/1
authorDan Timoney <dtimoney@att.com>
Fri, 21 Jul 2017 14:45:06 +0000 (10:45 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 21 Jul 2017 14:45:06 +0000 (10:45 -0400)
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>
30 files changed:
dblib/features/pom.xml
dblib/features/src/main/resources/features.xml
dblib/installer/pom.xml
dblib/pom.xml
dblib/provider/pom.xml
filters/features/pom.xml
filters/features/src/main/resources/features.xml
filters/installer/pom.xml
filters/pom.xml
filters/provider/pom.xml
pom.xml
sli/common/pom.xml
sli/features/pom.xml
sli/features/src/main/resources/features.xml
sli/installer/pom.xml
sli/installer/src/assembly/assemble_mvnrepo_zip.xml
sli/pom.xml
sli/provider/pom.xml
sli/recording/pom.xml
sliPluginUtils/features/pom.xml
sliPluginUtils/features/src/main/resources/features.xml
sliPluginUtils/installer/pom.xml
sliPluginUtils/pom.xml
sliPluginUtils/provider/pom.xml
sliapi/features/pom.xml
sliapi/features/src/main/resources/features.xml
sliapi/installer/pom.xml
sliapi/model/pom.xml
sliapi/pom.xml
sliapi/provider/pom.xml

index 6c174b1..b8b211c 100755 (executable)
@@ -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>
index 0c3e8fe..5f339cb 100755 (executable)
@@ -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>
 
index 9da6a45..a06a396 100755 (executable)
@@ -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>
     <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>
                             <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>
index 78af665..722b2d7 100755 (executable)
@@ -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>
 
 
index b5acc7e..078c754 100755 (executable)
@@ -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>
index 1e3875d..456b6a4 100755 (executable)
@@ -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>
index 1c58e64..d0cadff 100644 (file)
@@ -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>
index 579c0e9..ff09b43 100755 (executable)
@@ -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>
        <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>
index b075be9..cbc8f58 100644 (file)
@@ -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>
 
 
index a7b6dae..83982c7 100755 (executable)
@@ -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 d89d59e..8e9d10b 100755 (executable)
--- 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>
index ce98b94..9a49e69 100755 (executable)
@@ -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>
index 2556a57..f5acafa 100755 (executable)
@@ -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>
 
        <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>
index e1ce255..65fe187 100644 (file)
@@ -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>
index d43769e..905a77d 100755 (executable)
@@ -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>
        <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>
                </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>
                                                        <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>
index 38e6d47..4ea9bae 100644 (file)
@@ -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. -->
 
        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>
index 53a8b62..2dda89f 100755 (executable)
@@ -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>
                        </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>
index f73d007..69412bb 100755 (executable)
@@ -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>
index 4fb4a79..952f646 100755 (executable)
@@ -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>
index 9d18917..c90cfc2 100755 (executable)
@@ -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>
index c7dca2e..212c397 100644 (file)
@@ -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>
 
index 6520867..2744f7d 100755 (executable)
@@ -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>
        <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>
index a14b41f..bb6cad3 100755 (executable)
@@ -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>
        <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>
index cad7a0b..cd240d1 100755 (executable)
@@ -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>
index fcc08eb..1fc0f61 100755 (executable)
@@ -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>
 
        <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>
 
index 630b111..51f365a 100644 (file)
@@ -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>
index a0204f3..36570cd 100755 (executable)
@@ -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>
        <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>
index be8c8b3..17bee5a 100755 (executable)
@@ -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>
index 06ee5e0..1ca872e 100755 (executable)
@@ -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>
                        </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>
index b4a6ff0..d5f4917 100755 (executable)
@@ -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>
 
 
                <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>