From ceb92033a00b432b5e5898622f62364392960937 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 15:58:54 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2492 Change-Id: Ibc95e177f65d8b70a221ca2db4015f71bdc568c2 Signed-off-by: Jimmy Forsyth --- pom.xml | 12 ++++++------ version.properties | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 77d0339..a889c80 100644 --- a/pom.xml +++ b/pom.xml @@ -31,16 +31,16 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT aai-gizmo ${basedir}/target 1.4.1 - 1.0.5 - 1.4.0 - 1.4.0 - 1.3.1 + 1.5.0 + 1.5.1 + 1.5.1 + 1.5.0 0.60 @@ -222,7 +222,7 @@ limitations under the License. org.onap.aai rest-client - 1.2.1 + 1.5.0 diff --git a/version.properties b/version.properties index eff345c..99af342 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=1 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6