From 70b78bd72084f53038675b92ebc1d06245887ccc Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 16:06:25 -0400 Subject: Upversion spike in master Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: I5df3114453fe347a23ce046d1459bf21d87d75c7 --- pom.xml | 8 ++++---- version.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 66f54e6..7702bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ org.onap.aai spike - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-spike ${basedir}/target 1.5.0 - 1.5.0 + 1.5.1 1.4.1 @@ -51,7 +51,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.20.RELEASE + 1.5.21.RELEASE pom import @@ -238,7 +238,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.20.RELEASE + 1.5.21.RELEASE diff --git a/version.properties b/version.properties index 99af342..9b6858a 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ major=1 minor=5 -patch=0 - +patch=1 +0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg