From 5e57c55c31029924a0e25d9a61f4be65f5893c7e Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 17:57:28 -0400 Subject: Upversion for jjb transition Issue-ID: AAI-2499 Signed-off-by: Jimmy Forsyth Change-Id: I2c0c1b00993ddcc7ca207fe5003bf55cf815e4a4 --- pom.xml | 10 +++++----- version.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 3043b47..aea3649 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ org.onap.aai spike - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT aai-spike ${basedir}/target - 1.4.0 - 1.0.5 + 1.5.0 + 1.5.0 1.4.1 @@ -154,13 +154,13 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 org.onap.aai.logging-service logging-api - 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} -- cgit 1.2.3-korg