From dfe4a02bd155f892895f3234ef8a9bc8ae36bba5 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 19 Oct 2022 11:18:52 -0400 Subject: [AAI] Upversion resources to 1.11.0 for Kohn Issue-ID: AAI-3537 Signed-off-by: wr148d Change-Id: Iaff2e738801c7176d4aea4fc27e8c4fa60cdf65c --- aai-resources/pom.xml | 2 +- pom.xml | 6 +++--- version.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 0e3a979..37e397c 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 2b51d77..fd8bcb0 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 ab3f16a..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=7 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg