Fix versions 06/124306/1
authorDan Timoney <dtimoney@att.com>
Thu, 16 Sep 2021 14:51:28 +0000 (10:51 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 16 Sep 2021 14:51:28 +0000 (10:51 -0400)
Some modules are using incorrect version, and one had an internal
dependency that should use project.version to ensure
consistency

Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I865db7193a17f92ecb76accc6c0b82e2892f0bc2

lib/doorman/pom.xml
sdnr/northbound/addCMHandle/feature/pom.xml
sdnr/northbound/addCMHandle/installer/pom.xml
sdnr/northbound/addCMHandle/model/pom.xml
sdnr/northbound/addCMHandle/pom.xml
sdnr/northbound/addCMHandle/provider/pom.xml

index 389a05b..05a17a9 100644 (file)
@@ -28,7 +28,7 @@
         <dependency>
             <groupId>org.onap.ccsdk.features.lib.rlock</groupId>
             <artifactId>rlock</artifactId>
-            <version>1.2.3-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
index 1e10acd..35875fe 100644 (file)
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>addCMHandle-feature</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
index 41c14d0..5909aa3 100755 (executable)
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>addCMHandle-installer</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
index 57a70e3..7ad034b 100644 (file)
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>addCMHandle-model</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
index 9e25b91..ce8c649 100644 (file)
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>addCMHandle</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
index c0bc47f..60e6cd3 100644 (file)
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
     <artifactId>addCMHandle-provider</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>