From: wr148d Date: Mon, 21 Mar 2022 14:33:55 +0000 (-0400) Subject: [AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs X-Git-Tag: 1.9.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F127914%2F2;p=aai%2Fgraphadmin.git [AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: Iaf844c54ed685f03853408a7bc142355b4469e64 --- diff --git a/pom.xml b/pom.xml index b7060f0..0436bf3 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT @@ -55,7 +55,7 @@ localhost:5000 1.0.0 - 1.9.4 + 1.9.5 1.9.3 ${project.build.directory}/${project.artifactId}-${project.version}-build/ diff --git a/version.properties b/version.properties index 91deacb..651460a 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version}