From a9c6948b8b5890405e87e1e28bd6bed284c36cad Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 17:09:42 -0800 Subject: [PATCH] Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I099f077a12b7f8dafd1c16c7a41191770e2d6734 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f11bbb0..5861c5c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.sparky-fe sparky-fe war - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aai-sparky-fe http://maven.apache.org diff --git a/version.properties b/version.properties index dccfd24..17a717c 100644 --- a/version.properties +++ b/version.properties @@ -5,10 +5,10 @@ major_version=1 minor_version=0 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT -- 2.16.6