From: Jessica Wagantall Date: Wed, 29 Nov 2017 00:48:43 +0000 (-0800) Subject: Bump patch version X-Git-Tag: 1.0.1-Amsterdam~46 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e368e572b9370d0ffb2ff0fda2d4fc5ac3077cc4;p=integration.git Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I74c06afd8db8cd8734ac2325df58355937ca5d82 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml index b2902fe9a..1e016eb66 100644 --- a/test/mocks/sniroemulator/pom.xml +++ b/test/mocks/sniroemulator/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.onap.integration sniroemulator - 1.0-SNAPSHOT + 1.0.1-SNAPSHOT sniroemulator onap sniro emulator project based on Spring Boot diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 163b7f1e4..f43f87611 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -8,7 +8,7 @@ org.onap.integration version-manifest - 0.1.1-SNAPSHOT + 0.1.2-SNAPSHOT maven-plugin ONAP Version Manifest and Maven Plugin https://www.onap.org diff --git a/version.properties b/version.properties index 34fcd9b11..e6e7ca922 100644 --- a/version.properties +++ b/version.properties @@ -5,10 +5,10 @@ major_version=0 minor_version=1 -patch_version=1 +patch_version=2 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