summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-25 10:06:35 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-25 10:17:21 +0200
commit63cacf6c2333eaaeda3b7f7552c3a85736f9be03 (patch)
tree8c8784c1f6c6ea5ce5276cd8c2151f5c4c13b881
parent3810345a3904e46b5e972ac4d74cdb8103f29a0a (diff)
Use aai-common release version in traversal
- use aai-common 1.14.2 instead of 1.14.2-SNAPSHOT Issue-ID: AAI-3899 Change-Id: Iaf94c1a30aa1ee0b53f47b07cbdc07cdb9c6ba82 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8ce9f5e..6643722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.2-SNAPSHOT</aai.common.version>
+ <aai.common.version>1.14.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>