[AAI] Up-version aai/schema-service to 1.12.3 for release 51/136451/1
authornandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Tue, 14 Nov 2023 14:37:46 +0000 (20:07 +0530)
committernandkishorpatke <nandkishor-laxman.patke@t-systems.com>
Tue, 14 Nov 2023 14:37:54 +0000 (20:07 +0530)
- 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 <nandkishor-laxman.patke@t-systems.com>
aai-annotations/pom.xml
aai-queries/pom.xml
aai-schema-gen/pom.xml
aai-schema-service/pom.xml
aai-schema/pom.xml
pom.xml
version.properties

index 14e57e2..aa4d2f6 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.12.3-SNAPSHOT</version>
     </parent>
     <artifactId>aai-annotations</artifactId>
     <name>aai-annotations</name>
index b0192ce..8019f12 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.12.3-SNAPSHOT</version>
     </parent>
     <artifactId>aai-queries</artifactId>
     <name>aai-queries</name>
index 902bb3a..75fe1f2 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.12.3-SNAPSHOT</version>
     </parent>
     <artifactId>aai-schema-gen</artifactId>
     <name>aai-schema-gen</name>
index c39808c..d7566e1 100644 (file)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.12.3-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.aai.schema-service</groupId>
     <artifactId>aai-schema-service</artifactId>
index 0e32c87..67e5367 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.aai.schema-service</groupId>
         <artifactId>schema-service</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.12.3-SNAPSHOT</version>
     </parent>
     <artifactId>aai-schema</artifactId>
     <name>aai-schema</name>
diff --git a/pom.xml b/pom.xml
index c5559d3..81fb48c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.schema-service</groupId>
     <artifactId>schema-service</artifactId>
-    <version>1.12.1-SNAPSHOT</version>
+    <version>1.12.3-SNAPSHOT</version>
     <name>aai-schema-service</name>
     <packaging>pom</packaging>
     <modules>
index 0351df9..f6bbe73 100644 (file)
@@ -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