From c68c18f33a0bd60cac32077d24c0b5bab88cbdb7 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 17:08:12 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2496 Change-Id: I289c83fbce8ac8b17c76ac59be6a4dd796e65902 Signed-off-by: Jimmy Forsyth --- elasticsearch-sg/pom.xml | 2 +- pom.xml | 2 +- search-data-service-app/pom.xml | 8 ++++---- version.properties | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 8c393c7..210aa2c 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.search-data-service elasticsearch-sg ElasticSearch with SearchGuard - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index c2e19a1..ec5e75e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.aai search-data-service aai-search-data-service aggregate pom - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 4b28a2a..a61232e 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -32,7 +32,7 @@ org.onap.aai.search-data-service search-data-service-app - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT AAI Search Data Service Application @@ -101,19 +101,19 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 org.onap.aai.logging-service logging-api - 1.2.2 + 1.5.0 org.onap.aai.logging-service eelf-logging - 1.2.2 + 1.5.0 diff --git a/version.properties b/version.properties index 44e6ad0..99af342 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=3 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6