Upgrade aai-common dependency in traversal 14/136914/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 2 Jan 2024 12:57:59 +0000 (13:57 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 2 Jan 2024 12:57:59 +0000 (13:57 +0100)
- upgrade aai-common from 1.9.4 to 1.11.0

Issue-ID: AAI-3699
Change-Id: If053e2701631ed901c543b8f702cc25f37ac51d3
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5d8d0ac..a820c3b 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.9.4</version>
+        <version>1.11.0</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.9.4</aai.common.version>
+        <aai.common.version>1.11.0</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>