From: Dan Timoney Date: Thu, 16 Sep 2021 14:51:28 +0000 (-0400) Subject: Fix versions X-Git-Tag: 1.2.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F124306%2F1;p=ccsdk%2Ffeatures.git Fix versions 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 Change-Id: I865db7193a17f92ecb76accc6c0b82e2892f0bc2 --- diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 389a05bc1..05a17a90a 100644 --- a/lib/doorman/pom.xml +++ b/lib/doorman/pom.xml @@ -28,7 +28,7 @@ org.onap.ccsdk.features.lib.rlock rlock - 1.2.3-SNAPSHOT + ${project.version} junit diff --git a/sdnr/northbound/addCMHandle/feature/pom.xml b/sdnr/northbound/addCMHandle/feature/pom.xml index 1e10acddd..35875fe26 100644 --- a/sdnr/northbound/addCMHandle/feature/pom.xml +++ b/sdnr/northbound/addCMHandle/feature/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.northbound addCMHandle-feature - 1.0.0-SNAPSHOT + 1.2.3-SNAPSHOT feature ccsdk-features :: sdnr-northbound :: ${project.artifactId} diff --git a/sdnr/northbound/addCMHandle/installer/pom.xml b/sdnr/northbound/addCMHandle/installer/pom.xml index 41c14d08b..5909aa314 100755 --- a/sdnr/northbound/addCMHandle/installer/pom.xml +++ b/sdnr/northbound/addCMHandle/installer/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.northbound addCMHandle-installer - 1.0.0-SNAPSHOT + 1.2.3-SNAPSHOT pom ccsdk-features :: sdnr-northbound :: ${project.artifactId} diff --git a/sdnr/northbound/addCMHandle/model/pom.xml b/sdnr/northbound/addCMHandle/model/pom.xml index 57a70e36a..7ad034bdd 100644 --- a/sdnr/northbound/addCMHandle/model/pom.xml +++ b/sdnr/northbound/addCMHandle/model/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.northbound addCMHandle-model - 1.0.0-SNAPSHOT + 1.2.3-SNAPSHOT bundle ccsdk-features :: sdnr-northbound :: ${project.artifactId} diff --git a/sdnr/northbound/addCMHandle/pom.xml b/sdnr/northbound/addCMHandle/pom.xml index 9e25b9155..ce8c64943 100644 --- a/sdnr/northbound/addCMHandle/pom.xml +++ b/sdnr/northbound/addCMHandle/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.northbound addCMHandle - 1.0.0-SNAPSHOT + 1.2.3-SNAPSHOT pom ccsdk-features :: sdnr-northbound :: ${project.artifactId} diff --git a/sdnr/northbound/addCMHandle/provider/pom.xml b/sdnr/northbound/addCMHandle/provider/pom.xml index c0bc47f72..60e6cd307 100644 --- a/sdnr/northbound/addCMHandle/provider/pom.xml +++ b/sdnr/northbound/addCMHandle/provider/pom.xml @@ -32,7 +32,7 @@ org.onap.ccsdk.features.sdnr.northbound addCMHandle-provider - 1.0.0-SNAPSHOT + 1.2.3-SNAPSHOT bundle ccsdk-features :: sdnr-northbound :: ${project.artifactId}