From 6b1320519eb99e3d929a6780163a0ebbaeea14ed Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 1 May 2019 14:26:23 -0400 Subject: [PATCH] Fix versions Versions were set inconsistently in sdnc/apps - entire repo needs to have the same version number. Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) --- client/pom.xml | 2 +- pom.xml | 2 +- pomba/network-discovery-api/pom.xml | 54 ++++++++++++++++++------------------- pomba/network-discovery/pom.xml | 2 +- pomba/pom.xml | 2 +- pomba/service-decomposition/pom.xml | 2 +- version.properties | 11 ++++---- 7 files changed, 38 insertions(+), 37 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 996e046..592f5d9 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ jar org.onap.sdnc.apps client - 1.4.1-SNAPSHOT + 1.5.1-SNAPSHOT ONAP :: ${project.groupId} :: ${project.artifactId} http://wiki.onap.org diff --git a/pom.xml b/pom.xml index 6dccdd3..c1f1d84 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ pom org.onap.sdnc apps - 1.4.1-SNAPSHOT + 1.5.1-SNAPSHOT org.onap.ccsdk.parent diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index d3db665..6a8ea24 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba network-discovery-api - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT Network Discovery API @@ -49,31 +49,31 @@ limitations under the License. 2.9.6 test - - - - nexus-staging - - - !altDeploymentRepository - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.onap.org - 176c31dfe190a - ecomp-staging - - - - - - + + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.onap.org + 176c31dfe190a + ecomp-staging + + + + + + diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 2b5a2fc..a5d831c 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ../pom.xml diff --git a/pomba/pom.xml b/pomba/pom.xml index 23e9d8c..8b82df1 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT pom diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 131d639..1159451 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.sdnc.apps.pomba pomba - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT ../pom.xml diff --git a/version.properties b/version.properties index eff345c..423a329 100644 --- a/version.properties +++ b/version.properties @@ -1,13 +1,14 @@ +########################################################### # Versioning variables # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=1 -minor=4 -patch=1 +release_name=1 +sprint_number=5 +feature_revision=1 -base_version=${major}.${minor}.${patch} +base_version=${release_name}.${sprint_number}.${feature_revision} -# Release must be completed with git revision # in Jenkins release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT + -- 2.16.6