From: Maharajh, Robby (rx2202) Date: Thu, 25 Mar 2021 14:12:32 +0000 (-0400) Subject: Upversion to 1.9.0-SNAPSHOT for istanbul X-Git-Tag: 1.9.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F119850%2F1;p=aai%2Fgraphadmin.git Upversion to 1.9.0-SNAPSHOT for istanbul Issue-ID: AAI-3249 Change-Id: I8ec644ba061de8d4d64621687d8bbc361cf04ab0 Signed-off-by: Maharajh, Robby (rx2202) --- diff --git a/pom.xml b/pom.xml index 9cf6047..6408364 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT diff --git a/version.properties b/version.properties index b40cc93..6f1f79e 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=8 -patch_version=1 +minor_version=9 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}