From 8618ade629d7c136553ca5ddb25ff0d3a88229d9 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 19 Oct 2022 11:27:58 -0400 Subject: [AAI] Upversion graphadmin to 1.11.0 for Kohn Issue-ID: AAI-3537 Signed-off-by: wr148d Change-Id: Iddb9befb900aa1be8a0a0bf2b87d192d3009bf00 --- pom.xml | 6 +++--- version.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a915b8b..8ec5aa2 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.9.5-SNAPSHOT + 1.11.0-SNAPSHOT @@ -55,8 +55,8 @@ localhost:5000 1.0.0 - 1.9.7 - 1.9.3 + 1.11.0 + 1.9.4 ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap diff --git a/version.properties b/version.properties index f643906..8741983 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=9 -patch_version=5 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg