diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-04 14:40:07 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-04 14:40:07 +0200 |
commit | 0fd911705e0136905f5d8da40380e713968b09c9 (patch) | |
tree | 580db9ec832d118371aaaa2027f47d7fc463c0b0 /pom.xml | |
parent | 9e6101e4b225804fbe38f40ebd49516e5e10ecce (diff) |
Upgrade aai-traversal to Janusgraph 0.5.31.14.4
- update Janusgraph (0.5.0 -> 0.5.3)
- update aai-common to 1.14.4 (contains pagination fix)
Issue-ID: AAI-3921
Change-Id: If9ddf946a684bc29721da2bd6117e4cf417f6b26
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.14.3</version> + <version>1.14.4</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</aai.common.version> + <aai.common.version>1.14.4</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> |