From: aleem.raja@t-systems.com Date: Fri, 26 May 2023 06:20:02 +0000 (+0530) Subject: [AAI] Up-version aai-graphadmin to 1.12.1 for London X-Git-Tag: 1.12.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d0998d20d9bc9ec327c8d26412b79758774b50a7;p=aai%2Fgraphadmin.git [AAI] Up-version aai-graphadmin to 1.12.1 for London Updated version for aai-schema to 1.12.1 Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com Change-Id: Iefac4cec0968eeedd8b00e303d3eeab438525f82 --- diff --git a/pom.xml b/pom.xml index 7c0c0ee..713f89e 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.12.0-SNAPSHOT + 1.12.1-SNAPSHOT @@ -55,7 +55,7 @@ localhost:5000 1.0.0 - 1.11.0 + 1.12.1 1.9.4 ${project.build.directory}/${project.artifactId}-${project.version}-build/ diff --git a/version.properties b/version.properties index a53bc44..02167d2 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=12 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}