Use 1.14.3 release version of aai-common in aai-traversal 48/138348/1 1.14.3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 1 Jul 2024 08:38:33 +0000 (10:38 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 1 Jul 2024 08:38:33 +0000 (10:38 +0200)
Issue-ID: AAI-3909
Change-Id: I9a7e28996d109de83bd561f77156144272dad28a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6ac42c4..cbe9459 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.14.3-SNAPSHOT</version>
+        <version>1.14.3</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.14.3-SNAPSHOT</aai.common.version>
+        <aai.common.version>1.14.3</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>