From 32df83d0161a6211ca76f09b88f841e30f02c68e Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 7 Apr 2020 10:16:55 -0400 Subject: [PATCH] Upversion to 1.6.3 Issue-ID: AAI-2850 Signed-off-by: Jimmy Forsyth Change-Id: Ibe3e6b3a058b924c7c5e65c6edfc8357d75ed6c6 --- pom.xml | 2 +- search-data-service-app/pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c411e6b..0bb136d 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai search-data-service aai-search-data-service aggregate pom - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 28bdccd..23a3785 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,12 +27,12 @@ search-data-service org.onap.aai - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT AAI Search Data Service Application diff --git a/version.properties b/version.properties index 41565bf..6d9c3d3 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6