From 959f03b1e507767ed234dea5cb1fc170d9755d9a Mon Sep 17 00:00:00 2001 From: nandkishorpatke Date: Tue, 14 Nov 2023 20:07:46 +0530 Subject: [AAI] Up-version aai/schema-service to 1.12.3 for release - Up-version aai/schema-service to 1.12.3 for new schema maven and docker release Issue-ID: AAI-3663 Change-Id: I92a6faa568af5f1996d5e244221dd8d2d720f394 Signed-off-by: nandkishorpatke --- aai-annotations/pom.xml | 2 +- aai-queries/pom.xml | 2 +- aai-schema-gen/pom.xml | 2 +- aai-schema-service/pom.xml | 2 +- aai-schema/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 14e57e2..aa4d2f6 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.3-SNAPSHOT aai-annotations aai-annotations diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index b0192ce..8019f12 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.3-SNAPSHOT aai-queries aai-queries diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 902bb3a..75fe1f2 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.3-SNAPSHOT aai-schema-gen aai-schema-gen diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index c39808c..d7566e1 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.3-SNAPSHOT org.onap.aai.schema-service aai-schema-service diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 0e32c87..67e5367 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.3-SNAPSHOT aai-schema aai-schema diff --git a/pom.xml b/pom.xml index c5559d3..81fb48c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.3-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index 0351df9..f6bbe73 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=12 -patch_version=1 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- cgit 1.2.3-korg