From eafe21c9a3dcfe1e440e6ee9943260877cfa619d Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 11 May 2020 15:26:07 -0400 Subject: Update version from 1.5.1-SNAPSHOT to 1.5.2-SNAPSHOT Issue-ID: AAI-2896 Signed-off-by: wr148d Change-Id: I82158e4f96e2ae6217b363d2decbd7c378bccf87 --- common/pom.xml | 2 +- distribution/pom.xml | 2 +- httpserver/pom.xml | 2 +- integration/pom.xml | 2 +- pom.xml | 2 +- portal/pom.xml | 2 +- version.properties | 26 +++++++++++++------------- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 728b959..747b45d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 5bc3d1b..fb0db50 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 diff --git a/httpserver/pom.xml b/httpserver/pom.xml index 9573bdc..f68d559 100644 --- a/httpserver/pom.xml +++ b/httpserver/pom.xml @@ -20,7 +20,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.1.0-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 diff --git a/integration/pom.xml b/integration/pom.xml index 0d5de56..94bc018 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -18,7 +18,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index d2dc178..58fe7c9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.esr-gui aai-esr-gui pom - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-esr-gui diff --git a/portal/pom.xml b/portal/pom.xml index 67f0cbe..428e318 100644 --- a/portal/pom.xml +++ b/portal/pom.xml @@ -20,7 +20,7 @@ org.onap.aai.esr-gui aai-esr-gui - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 portal diff --git a/version.properties b/version.properties index 1ae00ac..45a2df9 100644 --- a/version.properties +++ b/version.properties @@ -1,13 +1,13 @@ -# 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=5 -patch=1 - -base_version=${major}.${minor}.${patch} - -# Release must be completed with git revision # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT +# 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=5 +patch=2 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg