From: Jimmy Forsyth Date: Wed, 8 Apr 2020 15:52:11 +0000 (-0400) Subject: Upversion to 1.7.0 X-Git-Tag: 1.7.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e5bf790117a4ad5aa6961fefcb39bc7892bd1632;p=aai%2Fgraphadmin.git Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I94b47b4ed92dd0623ec70af111276e0aee71260a --- 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}