Update aai-common to 1.13.2 in traversal 86/137086/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 26 Jan 2024 11:58:24 +0000 (12:58 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 26 Jan 2024 11:58:24 +0000 (12:58 +0100)
- aai-common upgrade includes upgrade of tinkerpop to 3.2.4

Issue-ID: AAI-3752
Change-Id: I6c35cdb5934cd14ecdee7bc31ac456ed985f8e28
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-traversal/pom.xml
pom.xml

index f4b6846..f4033cc 100644 (file)
@@ -45,7 +45,6 @@
 
                <!-- Default docker registry that maven fabric plugin will try to pull 
                        from -->
-               <gremlin.version>3.2.3</gremlin.version>
                <docker.registry>docker.io</docker.registry>
                <!-- Specifying the docker push registry where the image should be pushed -->
                <!-- This value should be overwritten at runtime to wherever need to be 
@@ -60,7 +59,7 @@
                <aai.docker.version>1.0.0</aai.docker.version>
                <aai.docker.namespace>onap</aai.docker.namespace>
                <aai.base.image>alpine</aai.base.image>
-               <aai.base.image.version>1.13.1</aai.base.image.version>
+               <aai.base.image.version>${aai.common.version}</aai.base.image.version>
 
                <!-- Nexus Proxy Properties and Snapshot Locations Ideally this can be 
                        overwritten at runtime per internal environment specific values at runtime -->
diff --git a/pom.xml b/pom.xml
index d43f1d5..5a54f04 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.13.0</version>
+        <version>1.13.2</version>
     </parent>
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>traversal</artifactId>
@@ -41,7 +41,7 @@
             Nexus Proxy Properties and Snapshot Locations
             Ideally this can be overwritten at runtime per internal environment specific values at runtime
         -->
-        <aai.common.version>1.13.1</aai.common.version>
+        <aai.common.version>1.13.2</aai.common.version>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path>
         <release.path>/content/repositories/releases/</release.path>