diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-25 10:06:35 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-25 10:17:21 +0200 |
commit | 63cacf6c2333eaaeda3b7f7552c3a85736f9be03 (patch) | |
tree | 8c8784c1f6c6ea5ce5276cd8c2151f5c4c13b881 | |
parent | 3810345a3904e46b5e972ac4d74cdb8103f29a0a (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |