diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-16 09:42:46 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-16 09:42:46 +0200 |
commit | 37356037d270462969e84429ba0ab3dce3e0d597 (patch) | |
tree | 2629c40604a2cc577b50859cf0b9bbd2c7f3b70f /pom.xml | |
parent | b62fc3ddf19b23a8b7cd52e718bced699444dd84 (diff) |
Release 1.14.0 traversal docker artifact
- update to aai-common 1.14.0 that includes janusgraph update from 0.2.3 to 0.3.3
Issue-ID: AAI-3868
Change-Id: Ic128db07dfe8a19c578dae2b371dac039b5c4251
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -41,8 +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.13.4</aai.common.version> --> - <aai.common.version>1.14.0-SNAPSHOT</aai.common.version> + <aai.common.version>1.14.0</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> |