From 05a4e1afd0eda9ec1817f98e397f17ebd7f6d843 Mon Sep 17 00:00:00 2001 From: nandkishorpatke Date: Wed, 18 Oct 2023 21:58:11 +0530 Subject: [PATCH 1/1] [AAI] Up-version aai/schema-service to 1.12.2 for Montreal Issue-ID: AAI-3663 Change-Id: Iff7e7f1ebd3ead1ee0be439518e51878d8501dca Signed-off-by: nandkishorpatke --- aai-annotations/pom.xml | 2 +- aai-queries/pom.xml | 6 +++--- 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, 9 insertions(+), 9 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 14e57e2..50e9171 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.2-SNAPSHOT aai-annotations aai-annotations diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index d497c83..053c919 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.2-SNAPSHOT aai-queries aai-queries @@ -48,7 +48,7 @@ v12 v12 v28 - v10,v11,v12,v13,v14,v15,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 + v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 @@ -67,7 +67,7 @@ v12 v12 v28 - v10,v11,v12,v13,v14,v15,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 + v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28 v28 diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index b35ce11..ba8542d 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.2-SNAPSHOT aai-schema-gen aai-schema-gen diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index ba96785..7c3a336 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.2-SNAPSHOT org.onap.aai.schema-service aai-schema-service diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 0e32c87..65db928 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.2-SNAPSHOT aai-schema aai-schema diff --git a/pom.xml b/pom.xml index c5559d3..ef115fb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.12.1-SNAPSHOT + 1.12.2-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index 0351df9..3d8437e 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=2 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- 2.16.6