From d48bf737fd34d5548061a3cfeb60b54d5ccafcfd Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 16:05:13 -0400 Subject: Upversion spike in elalto Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: I96c1274446b93216b3a3c5e14b3f325939ab47e4 --- pom.xml | 8 ++++---- version.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 66f54e6..741382d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ org.onap.aai spike - 1.5.0-SNAPSHOT + 1.5.1-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..f78f30b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit