From 4bc46182a3272404750943cb389272c257ee0670 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 10:31:19 -0400 Subject: [PATCH] Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: Iab4f5397b370b7e4fec6d3b053b62ecde056aff5 --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index dd30309..665397b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.aai babel - 1.6.3-SNAPSHOT + 1.7.0-SNAPSHOT jar aai-babel @@ -42,7 +42,7 @@ - 2.1.6.RELEASE + 2.1.12.RELEASE UTF-8 UTF-8 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