diff options
author | 2025-02-04 08:09:34 +0100 | |
---|---|---|
committer | 2025-02-04 09:32:23 +0100 | |
commit | 4e5ef77b4dc14cb346d70d279edee3e641ae1b08 (patch) | |
tree | 2325535f11e5d25c6e626d0128a9d27c65658277 /pom.xml | |
parent | f99ae7ec8b859b1b13a98209e361f03358b6898a (diff) |
Use 1.15.5 aai-common release1.15.5
Issue-ID: AAI-4119
Change-Id: Ib8234105000fbc36ff330b555defd62e93e375a7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-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.5-SNAPSHOT</version> + <version>1.15.5</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.5-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.5</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> |