aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-12 13:25:23 +0200
committerFiete Ostkamp <fiete.ostkamp@telekom.de>2024-06-12 11:33:04 +0000
commit1e50ebe4dac790642eb90b721ed076270f3ee397 (patch)
tree350f4a135e840b4d543e9d0996b672e5ce686f1d
parentc88f5b404e6881cafb94beed03c0323f71a3fa9d (diff)
Update aai-common to 1.14.01.14.0
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3 Issue-ID: AAI-3867 Change-Id: I37cd2faae01d486e887844243d9a346dc9bfa615 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--aai-resources/pom.xml3
-rw-r--r--pom.xml6
2 files changed, 4 insertions, 5 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index b69b93c..242c4a3 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.13.6-SNAPSHOT</version>
+ <version>1.14.0-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
@@ -722,7 +722,6 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
- <scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 5add3bb..39b5292 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.13.3</version>
+ <version>1.14.0</version>
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.13.6-SNAPSHOT</version>
+ <version>1.14.0-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
@@ -48,7 +48,7 @@
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
- <aai.common.version>1.13.6</aai.common.version>
+ <aai.common.version>1.14.0-SNAPSHOT</aai.common.version>
<aai.schema.service.version>1.12.4</aai.schema.service.version>
</properties>
<build>