From e368e572b9370d0ffb2ff0fda2d4fc5ac3077cc4 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 28 Nov 2017 16:48:43 -0800 Subject: [PATCH] Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I74c06afd8db8cd8734ac2325df58355937ca5d82 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- test/mocks/sniroemulator/pom.xml | 2 +- version-manifest/pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.16.6