diff options
Diffstat (limited to 'sdnr/northbound/a1Adapter/installer')
-rw-r--r-- | sdnr/northbound/a1Adapter/installer/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdnr/northbound/a1Adapter/installer/pom.xml b/sdnr/northbound/a1Adapter/installer/pom.xml index 9cc63e7b7..2b33aecf7 100644 --- a/sdnr/northbound/a1Adapter/installer/pom.xml +++ b/sdnr/northbound/a1Adapter/installer/pom.xml @@ -14,10 +14,10 @@ <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-features-sdnr-northbound :: a1Adapter :: ${project.artifactId}</name> + <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> <properties> - <application.name>sdnr-a1Adapter</application.name> + <application.name>a1Adapter</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> |