Version changes 95/142795/8 1.16.1
authorakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Wed, 17 Dec 2025 09:57:14 +0000 (10:57 +0100)
committerakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Fri, 19 Dec 2025 07:31:42 +0000 (08:31 +0100)
- revert traversal version to prev version
- update schema-service release version
- update maven-deploy plugin version

Issue-ID: AAI-4207
Change-Id: Icdfc5f90c8b3b52244094dad5f197dbf57b5e0e0
Signed-off-by: akshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
aai-traversal/pom.xml
pom.xml
version.properties

index 11246ff..8af6117 100644 (file)
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.aai.traversal</groupId>
                <artifactId>traversal</artifactId>
-               <version>1.16.2-SNAPSHOT</version>
+               <version>1.16.1-SNAPSHOT</version>
        </parent>
        <groupId>org.onap.aai.traversal</groupId>
        <artifactId>aai-traversal</artifactId>
diff --git a/pom.xml b/pom.xml
index 6ea6b90..3a0166f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>traversal</artifactId>
-    <version>1.16.2-SNAPSHOT</version>
+    <version>1.16.1-SNAPSHOT</version>
     <name>aai-traversal</name>
     <packaging>pom</packaging>
     <modules>
@@ -50,7 +50,7 @@
         <staging.path>/content/repositories/staging/</staging.path>
         <!-- GMaven plugin uses this property to figure out the name of the docker tag -->
         <aai.project.version>${project.version}</aai.project.version>
-        <aai.schema.service.version>1.13.3-SNAPSHOT</aai.schema.service.version>
+        <aai.schema.service.version>1.13.3</aai.schema.service.version>
     </properties>
     <build>
         <pluginManagement>
@@ -96,6 +96,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
+                    <version>3.1.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
index 7c25a91..02346c5 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=16
-patch_version=2
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}