diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-06 11:03:21 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-06 11:03:21 +0100 |
commit | 3ea83ee7fecae8f9e79acf17ad108dc23c446571 (patch) | |
tree | 8a00c3b9be760d79a94dad8074afbf0cf030233f | |
parent | 0f1d8544e4311a47e30fd76822e7da60bd37885f (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |