From 55f0abc04bdb2cf9ae344c250810bd9ed4683019 Mon Sep 17 00:00:00 2001 From: Niharika Sharma Date: Mon, 21 Nov 2022 13:29:19 -0500 Subject: [PATCH] [AAI] Up-version aai-resources to 1.12.0 for London Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma Change-Id: Ie3a58b17a0c32809c3a917f7e6cf6a57dea7df6c --- aai-resources/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index f5884dab..7ab6a419 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index adfa6915..b5cbce7b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT aai-resources pom @@ -190,4 +190,4 @@ ${nexusproxy}${snapshot.path} - \ No newline at end of file + diff --git a/version.properties b/version.properties index 87419833..a53bc44c 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=11 +minor_version=12 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6