From: Jessica Wagantall Date: Fri, 17 Nov 2017 19:48:55 +0000 (-0800) Subject: Bump minor version X-Git-Tag: 2.0.0-ONAP~57 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F24155%2F1;p=dcaegen2%2Fplatform%2Finventory-api.git Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Ifcef9d089eb8e806ca04195fc53e399f55b5a1b4 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- diff --git a/pom.xml b/pom.xml index 0aa1771..074a5a2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.dcaegen2.platform inventory-api - 1.2.0 + 1.3.0 dcaegen2-platform-inventory-api diff --git a/version.properties b/version.properties index 35d03a3..64dfa2c 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins