From ab62a94ba6eaa7b9c0544702a3c4e5b6733d4bb8 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 15 May 2018 15:38:36 -0400 Subject: [PATCH] Upversion search-data-service for branching Issue-ID: AAI-1140 Change-Id: I55b5c102afbe509ad2fd51bb0669c58fac1a85fe Signed-off-by: Jimmy Forsyth --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8561a2a..e94def0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai search-data-service - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT aai-search-data-service diff --git a/version.properties b/version.properties index faf06bb..688582d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6