aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-04 15:20:32 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-04 15:20:32 +0200
commit83ace4a28a62093401c74b48bcec5e9ebee40c87 (patch)
tree12fabe779a45996c3f4697f6e99920dc51e3bb41
parent20fe7a7cefa72abc1294e1e972c28e86403ccb99 (diff)
Upgrade aai-graphadmin to Janusgraph 0.5.31.14.4
- upgrade Janusgraph (0.5.0 -> 0.5.3) - use aai-common 1.14.4 release version (with pagination fix) Issue-ID: AAI-3922 Change-Id: I27b823b150da91a5bf3db5b19defbd1d5ed848d8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rwxr-xr-xpom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index db9db89..688e0dd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
@@ -55,7 +55,7 @@
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
<aai.schema.service.version>1.12.4</aai.schema.service.version>
- <aai.common.version>1.14.3</aai.common.version>
+ <aai.common.version>1.14.4</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>
@@ -102,7 +102,7 @@
<schema.uri.base.path>/aai</schema.uri.base.path>
<!-- End of Default ONAP Schema Properties -->
- <janusgraph.version>0.5.0</janusgraph.version>
+ <janusgraph.version>0.5.3</janusgraph.version>
<gremlin.version>3.4.13</gremlin.version>
<micrometer.version>1.8.1</micrometer.version>
<activemq.version>5.16.7</activemq.version>