From 332cebc9ab337ffff07e849af1f47afd5e96d4ab Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 10:34:43 -0400 Subject: [PATCH] Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: Ica253e58cf03dc4fc9b74c2f3ba06b6cad0d329b --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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} -- 2.16.6