aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornandkishorpatke <nandkishor-laxman.patke@t-systems.com>2023-11-14 20:07:46 +0530
committernandkishorpatke <nandkishor-laxman.patke@t-systems.com>2023-11-14 20:07:54 +0530
commit959f03b1e507767ed234dea5cb1fc170d9755d9a (patch)
tree13c3fce9102e2a2f6a47964ec5740fe8f2fa39a4
parent84daefd12baff85e8ca6f10d082bee2f6939e311 (diff)
[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 <nandkishor-laxman.patke@t-systems.com>
-rw-r--r--aai-annotations/pom.xml2
-rw-r--r--aai-queries/pom.xml2
-rw-r--r--aai-schema-gen/pom.xml2
-rw-r--r--aai-schema-service/pom.xml2
-rw-r--r--aai-schema/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<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>
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 @@
<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>
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 @@
<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>
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 @@
<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>
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 @@
<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
--- 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>
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