From: wr148d Date: Wed, 19 Oct 2022 15:18:52 +0000 (-0400) Subject: [AAI] Upversion resources to 1.11.0 for Kohn X-Git-Tag: 1.11.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F131557%2F1;p=aai%2Fresources.git [AAI] Upversion resources to 1.11.0 for Kohn Issue-ID: AAI-3537 Signed-off-by: wr148d Change-Id: Iaff2e738801c7176d4aea4fc27e8c4fa60cdf65c --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 0e3a9790..37e397ca 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.9.7-SNAPSHOT + 1.11.0-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 2b51d778..fd8bcb0c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.9.7-SNAPSHOT + 1.11.0-SNAPSHOT aai-resources pom @@ -48,8 +48,8 @@ /content/repositories/staging/ ${project.version} - 1.9.3 - 1.9.7 + 1.9.4 + 1.11.0 diff --git a/version.properties b/version.properties index ab3f16a4..87419833 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=7 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}