From: Jimmy Forsyth Date: Wed, 8 Apr 2020 14:34:43 +0000 (-0400) Subject: Upversion to 1.7.0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=332cebc9ab337ffff07e849af1f47afd5e96d4ab;p=aai%2Fcacher.git Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: Ica253e58cf03dc4fc9b74c2f3ba06b6cad0d329b --- diff --git a/pom.xml b/pom.xml index 33e5588..efbf33e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.cacher aai-cacher - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.oparent @@ -71,7 +71,7 @@ org.onap.aai.cacher.Application 1.5.1 - 1.6.0 + 1.6.6 5.15.8 diff --git a/version.properties b/version.properties index 704dc53..85a0227 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=6 +minor_version=7 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}