diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-26 12:58:24 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-26 12:58:24 +0100 |
commit | 3b4c22a5addd106a343e558bff9377467afa75be (patch) | |
tree | 1bc5049323a57031d8b6601f5f07e022e2db4de3 /pom.xml | |
parent | 2520e47edf42551bcab947a6dfbbab66d0382443 (diff) |
Update aai-common to 1.13.2 in traversal
- aai-common upgrade includes upgrade of tinkerpop to 3.2.4
Issue-ID: AAI-3752
Change-Id: I6c35cdb5934cd14ecdee7bc31ac456ed985f8e28
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.13.0</version> + <version>1.13.2</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.13.1</aai.common.version> + <aai.common.version>1.13.2</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> |