diff options
-rwxr-xr-x | dblib/pom.xml | 2 | ||||
-rw-r--r-- | filters/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | sli/pom.xml | 2 | ||||
-rwxr-xr-x | sliPluginUtils/pom.xml | 2 | ||||
-rwxr-xr-x | sliapi/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dblib/pom.xml b/dblib/pom.xml index 3138f43e..4f26be3f 100755 --- a/dblib/pom.xml +++ b/dblib/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/maven-v4_0_0.xsd"> <parent> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> diff --git a/filters/pom.xml b/filters/pom.xml index d5ff5176..f0593adb 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <name>SDN-C Core Components</name> <url>https://wiki.onap.org</url> diff --git a/sli/pom.xml b/sli/pom.xml index 08d684d7..d7411237 100755 --- a/sli/pom.xml +++ b/sli/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index ca40d6de..561359a2 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> <name>Service Logic Interface Plugin Utilities</name> diff --git a/sliapi/pom.xml b/sliapi/pom.xml index 6837cc04..31f6608a 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sdnc-core</artifactId> + <artifactId>ccsdk-sli-core</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> |