diff options
-rwxr-xr-x | asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | dataChange/pom.xml | 2 | ||||
-rwxr-xr-x | dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rwxr-xr-x | ueb-listener/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index 9f8d906c3..d4990612e 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>sdnc-northbound</artifactId> + <artifactId>ccsdk-sli-northbound</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> diff --git a/dataChange/pom.xml b/dataChange/pom.xml index 90e22d219..c07442595 100755 --- a/dataChange/pom.xml +++ b/dataChange/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>sdnc-northbound</artifactId> + <artifactId>ccsdk-sli-northbound</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml index dcdc5ca5a..1cc4acc59 100755 --- a/dmaap-listener/pom.xml +++ b/dmaap-listener/pom.xml @@ -10,7 +10,7 @@ <description>DMAAP Listener</description> <parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>sdnc-northbound</artifactId> + <artifactId>ccsdk-sli-northbound</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> <properties> @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>sdnc-northbound</artifactId> + <artifactId>ccsdk-sli-northbound</artifactId> <name>SDN-C Northbound APIs</name> <url>https://wiki.openecomp.org</url> diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml index 5f8d5ca1b..84e407698 100755 --- a/ueb-listener/pom.xml +++ b/ueb-listener/pom.xml @@ -10,7 +10,7 @@ <description>UEB Listener</description> <parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>sdnc-northbound</artifactId> + <artifactId>ccsdk-sli-northbound</artifactId> <version>0.1.0-SNAPSHOT</version> </parent> <properties> |