From d4a60c3b5b5d72164ccf4b081785f933e76836e0 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 18 Jun 2019 14:27:03 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2484 Change-Id: Ib48fc39f730cc223cb25e09a6d9f01666b769df5 Signed-off-by: Jimmy Forsyth --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 89ab244..c500043 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai rest-client - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT aai-rest-client @@ -56,7 +56,7 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 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