From e6606bcaa0357a41a35983aea91c1b28f05469c6 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:54:38 -0400 Subject: [PATCH] Upversion search-data-service in master Issue-ID: AAI-2579 Change-Id: Ic6109e341f11ff22e790df34bdd8534dff41c9a5 Signed-off-by: Jimmy Forsyth --- elasticsearch-sg/pom.xml | 4 ++-- pom.xml | 2 +- search-data-service-app/pom.xml | 6 +++--- version.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index ae92121..31bad6a 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -27,14 +27,14 @@ search-data-service org.onap.aai - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT org.onap.aai.search-data-service elasticsearch-sg ElasticSearch with SearchGuard - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index 260edd3..43b920a 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai search-data-service aai-search-data-service aggregate pom - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index cde4169..9fd750c 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.5.0-SNAPSHOT + 1.6.0-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT AAI Search Data Service Application @@ -52,7 +52,7 @@ false ${project.version} 0.58 - 1.5.19.RELEASE + 1.5.21.RELEASE diff --git a/version.properties b/version.properties index 99af342..a0756ad 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=5 +minor=6 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6