aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-06 11:03:21 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-06 11:03:21 +0100
commit3ea83ee7fecae8f9e79acf17ad108dc23c446571 (patch)
tree8a00c3b9be760d79a94dad8074afbf0cf030233f
parent0f1d8544e4311a47e30fd76822e7da60bd37885f (diff)
Use 1.15.3 aai-common version1.15.3
- change from snapshot to release version Issue-ID: AAI-4080 Change-Id: I4e721cbd8234519868d52ba3954e9194e857c1bd Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3c878ae..62eb1e8 100644
--- 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>