From c6428746184f40e6fff0e75d79495aa494cba0f6 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 10:35:46 -0400 Subject: [PATCH] Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I53d3bcc9dc72c1642716ee082c1e39543bb54926 --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 39c9eaa..8f2bb21 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.6.3-SNAPSHOT + 1.7.0-SNAPSHOT aai-data-router @@ -47,7 +47,7 @@ limitations under the License. aaiadmin aaiadmin com.att.csid.lab - 1.6.5 + 1.6.6 0.28.0 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