aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-19 11:05:05 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-19 11:05:05 +0200
commit3810345a3904e46b5e972ac4d74cdb8103f29a0a (patch)
tree9d025d6fe42b289637de32ef489a9e38fbe84df0 /pom.xml
parent857495c60fe99985269a8890adb082620dfc7537 (diff)
Update aai-common to 1.14.2 in traversal
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0 Issue-ID: AAI-3891 Change-Id: Ib898f86432c39c9248c0f91bdc1effcd29c3132b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a413c72..8ce9f5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.14.1</version>
+ <version>1.14.2-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.14.1-SNAPSHOT</version>
+ <version>1.14.2-SNAPSHOT</version>
<name>aai-traversal</name>
<packaging>pom</packaging>
<modules>
@@ -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.1</aai.common.version>
+ <aai.common.version>1.14.2-SNAPSHOT</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>