From: Jimmy Forsyth Date: Wed, 8 Apr 2020 16:05:35 +0000 (-0400) Subject: Upversion to 1.7.0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F105542%2F2;p=aai%2Frest-client.git Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I8fe92fb6fe36aeb45e9536dc9a9f65899727afa3 --- diff --git a/pom.xml b/pom.xml index e64ae40..2e1f09a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai rest-client - 1.6.4-SNAPSHOT + 1.7.0-SNAPSHOT aai-rest-client diff --git a/version.properties b/version.properties index fe64195..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=4 +minor=7 +patch=0 base_version=${major}.${minor}.${patch}