From 7262f36b73f3c1ce982a9914760be5e3f63534ea Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 14 Aug 2019 15:52:05 -0400 Subject: [PATCH] Upversion search-data-service in elalto Issue-ID: AAI-2579 Change-Id: Ic25babd2a1882add05cbd6a683dc8313b795bf5a 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..f7a2c66 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.5.1-SNAPSHOT org.onap.aai.search-data-service elasticsearch-sg ElasticSearch with SearchGuard - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index 260edd3..632aae9 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.5.1-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index ea768b8..be4b458 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.5.1-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.5.0-SNAPSHOT + 1.5.1-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..f78f30b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6