aboutsummaryrefslogtreecommitdiffstats
path: root/filters
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 /filters
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 'filters')
-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
5 files changed, 12 insertions, 12 deletions
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>