diff options
author | 2024-10-07 12:02:09 +0200 | |
---|---|---|
committer | 2024-10-07 12:02:09 +0200 | |
commit | 759bcf42415ced930785b54f3fd757f57293f810 (patch) | |
tree | 1370b842bd28b26842ce0b119797daffc62b506c /pom.xml | |
parent | ee78651fb78635afdb7bcf37e903f3d0043741dc (diff) |
Update janusgraph to 1.0.01.15.0
- update Janusgraph (0.6.4 -> 1.0.0)
- update Tinkerpop (3.5.8 -> 3.7.1)
Issue-ID: AAI-3743
Change-Id: I9504edf269ea702ad8d88864531bc6c609b506ab
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.0-SNAPSHOT</version> + <version>1.15.0</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.0-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.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> |