diff options
author | Niranjana <niranjana.y60@wipro.com> | 2021-09-16 09:05:06 +0000 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-09-16 14:03:26 +0000 |
commit | a5498e53ed66e74fcbf2141e969433920b877282 (patch) | |
tree | fbac3e09770467804aa655ba7c76801420bc2d01 /sdnr/northbound/addCMHandle/pom.xml | |
parent | cc85f28e57c7d25dfa82573dda036bea34aa951a (diff) |
Modify cm-handle feature
Issue-ID: CCSDK-3342
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: Id25c420ee7a0020c634d37f7afc354bed8dfcf6b
Diffstat (limited to 'sdnr/northbound/addCMHandle/pom.xml')
-rw-r--r-- | sdnr/northbound/addCMHandle/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/northbound/addCMHandle/pom.xml b/sdnr/northbound/addCMHandle/pom.xml index 9c33e676a..9e25b9155 100644 --- a/sdnr/northbound/addCMHandle/pom.xml +++ b/sdnr/northbound/addCMHandle/pom.xml @@ -19,7 +19,8 @@ ~ ============LICENSE_END======================================================= ~ --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + +<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> @@ -34,7 +35,7 @@ <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-features :: sdnr-northbound :: addCMHandle</name> + <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> <modules> <module>model</module> @@ -44,7 +45,6 @@ </modules> <properties> - <feature-name>addCMHandle-features</feature-name> + <feature-name>addCMHandle</feature-name> </properties> - </project> |