From e5bf790117a4ad5aa6961fefcb39bc7892bd1632 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 11:52:11 -0400 Subject: Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I94b47b4ed92dd0623ec70af111276e0aee71260a --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1d150b8..fa58349 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.6.4-SNAPSHOT + 1.7.0-SNAPSHOT diff --git a/version.properties b/version.properties index fc0709c..85a0227 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=6 -patch_version=4 +minor_version=7 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg