From d69f1e606431200a12f822e85f274c623ab8c43c Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 12:31:49 -0400 Subject: [PATCH] Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I3f376c8451c1ec38f21391f4dd7430b8125a955a --- pom.xml | 2 +- search-data-service-app/pom.xml | 4 ++-- version.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0bb136d..4ba9bcf 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.3-SNAPSHOT + 1.7.0-SNAPSHOT pom diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 23a3785..d04e88d 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.3-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.aai.search-data-service search-data-service-app - 1.6.3-SNAPSHOT + 1.7.0-SNAPSHOT AAI Search Data Service Application diff --git a/version.properties b/version.properties index 6d9c3d3..e377fcf 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=6 -patch=3 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6