diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:23:07 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:23:07 +0200 |
commit | 7d07f6591e086514a40fd754f8f11948eac858e0 (patch) | |
tree | fb70fefca1bba38a3707b26b067e5e8ac689e267 | |
parent | 411bb65d4123b1282e2197d0e122c531d8c3c9b1 (diff) |
Switch to 1.15.1 release version of aai-common1.15.1
Issue-ID: AAI-4019
Change-Id: Id543f53e52e3194ff635eaefde727b67592005b4
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.1-SNAPSHOT</version> + <version>1.15.1</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.1-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.1</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> |