From: Harish Venkata Kajur Date: Mon, 16 Nov 2020 04:46:02 +0000 (-0500) Subject: Upversion artifacts to 1.8.0-SNAPSHOT X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsearch-data-service.git;a=commitdiff_plain;h=284af34c746c3eaa34555846c768d9ad8d912d1a Upversion artifacts to 1.8.0-SNAPSHOT Issue-ID: AAI-3222 Change-Id: Ifdf12bc737da53e72ef57e9b56a07e741a18278a Signed-off-by: Harish Venkata Kajur --- diff --git a/pom.xml b/pom.xml index 4ba9bcf..79407da 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai search-data-service aai-search-data-service aggregate pom - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index d04e88d..90a4434 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.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT AAI Search Data Service Application diff --git a/version.properties b/version.properties index e377fcf..11f0383 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=7 +minor=8 patch=0 base_version=${major}.${minor}.${patch}