From: Jessica Wagantall Date: Fri, 17 Nov 2017 01:00:00 +0000 (-0800) Subject: Bump minor version X-Git-Tag: v1.2.0~53^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F23971%2F1;p=aai%2Fsparky-be.git Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Ie5e3fae8d8ace1acc56e595cbb5ef055842c8057 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- diff --git a/pom.xml b/pom.xml index 38bfe12..da73f2b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.onap.aai.sparky-be sparky-be - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT aai-sparky-be diff --git a/version.properties b/version.properties index 325432a..faf06bb 100644 --- a/version.properties +++ b/version.properties @@ -3,11 +3,11 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT