From 629894294cbdcb8467079d856642a6cde9f89f60 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 11:51:10 -0400 Subject: [PATCH] Upversion gizmo on master Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: I82fab336dea0c91d1bfe2d3e44be0240e6225f93 --- pom.xml | 10 +++++----- version.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e39acd3..692e726 100644 --- a/pom.xml +++ b/pom.xml @@ -31,15 +31,15 @@ limitations under the License. org.onap.aai.gizmo gizmo - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT aai-gizmo ${basedir}/target 1.4.1 - 1.5.0 - 1.5.1 - 1.5.1 + 1.5.1 + 1.5.3 + 1.5.3 1.5.0 @@ -53,7 +53,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.19.RELEASE + 1.5.21.RELEASE pom import diff --git a/version.properties b/version.properties index 99af342..a0756ad 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=5 +minor=6 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6