From 01d281630c12f98c2ef403fa39aa9638152f8bf9 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 16:01:40 -0400 Subject: [PATCH] Upversion sparky-fe in master Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth Change-Id: I2ffa8c8695097187c8f0723ba4ff3551c8188490 --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 725d77f..942f647 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai sparky-fe war - 1.5.1-SNAPSHOT + 1.6.0-SNAPSHOT aai-sparky-fe http://maven.apache.org diff --git a/version.properties b/version.properties index 4814eb2..704dc53 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=5 -patch_version=1 +minor_version=6 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6