From 6370ab3f025ef4bb67246ee70b90792343bad293 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 18 Jun 2019 14:28:29 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2485 Change-Id: If9ea4a25ece7da4a61f71ba954118f8b9321bd62 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 335e039..e084eb7 100644 --- a/pom.xml +++ b/pom.xml @@ -30,11 +30,11 @@ limitations under the License. org.onap.aai.router-core router-core bundle - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT aai-router-core google_checks.xml - 1.4.0 + 1.5.0 java jacoco 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