From: Jessica Wagantall Date: Fri, 17 Nov 2017 01:09:42 +0000 (-0800) Subject: Bump patch version X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=commitdiff_plain;h=a9c6948b8b5890405e87e1e28bd6bed284c36cad Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I099f077a12b7f8dafd1c16c7a41191770e2d6734 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- 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