From: Forsyth, James (jf2512) Date: Fri, 17 Jan 2020 22:53:00 +0000 (-0500) Subject: Upversion to 1.6.1 X-Git-Tag: 1.6.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsearch-data-service.git;a=commitdiff_plain;h=4352992dcc27871e5b7eb61773b0b50402912adf Upversion to 1.6.1 Issue-ID: AAI-2760 Signed-off-by: Forsyth, James (jf2512) Change-Id: Id9b95648507ba05fa937d13d9711316bb1aaa178 --- diff --git a/pom.xml b/pom.xml index 41ea623..7eb0778 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.0-SNAPSHOT + 1.6.1-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index a7099b1..e00a0dd 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.0-SNAPSHOT + 1.6.1-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT AAI Search Data Service Application diff --git a/version.properties b/version.properties index a0756ad..922c4fa 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}