aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/oofpcipoc/installer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/northbound/oofpcipoc/installer/pom.xml')
-rw-r--r--sdnr/northbound/oofpcipoc/installer/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml
index 0d9ccad27..a454646ff 100644
--- a/sdnr/northbound/oofpcipoc/installer/pom.xml
+++ b/sdnr/northbound/oofpcipoc/installer/pom.xml
@@ -14,10 +14,10 @@
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name>
+ <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
<properties>
- <application.name>sdnr-oofpcipoc</application.name>
+ <application.name>oofpcipoc</application.name>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
- <artifactId>${application.name}</artifactId>
+ <artifactId>${application.name}-feature</artifactId>
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>