Use 1.15.3 aai-common version 83/139683/1 1.15.3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 6 Dec 2024 10:03:21 +0000 (11:03 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 6 Dec 2024 10:03:21 +0000 (11:03 +0100)
- change from snapshot to release version

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

diff --git a/pom.xml b/pom.xml
index 3c878ae..62eb1e8 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.15.3-SNAPSHOT</version>
+        <version>1.15.3</version>
     </parent>
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>traversal</artifactId>
@@ -42,7 +42,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.15.3-SNAPSHOT</aai.common.version>
+        <aai.common.version>1.15.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>