diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-01 10:38:33 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-01 10:38:33 +0200 |
commit | 89d63d1f1bdb1f1805f26746421c1902f0e6a00d (patch) | |
tree | 932b783c81fcd268f6300e8cb7486b31dcd376ac | |
parent | 05b52a98e26f79d20c9921921d3aebe0f9b49f60 (diff) |
Use 1.14.3 release version of aai-common in aai-traversal1.14.3
Issue-ID: AAI-3909
Change-Id: I9a7e28996d109de83bd561f77156144272dad28a
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.14.3-SNAPSHOT</version> + <version>1.14.3</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> @@ -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.3-SNAPSHOT</aai.common.version> + <aai.common.version>1.14.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> |