Update aai-common to 1.14.0 68/138168/2 1.14.0
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 12 Jun 2024 11:25:23 +0000 (13:25 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 12 Jun 2024 11:33:04 +0000 (11:33 +0000)
- 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>
aai-resources/pom.xml
pom.xml

index b69b93c..242c4a3 100644 (file)
@@ -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>
         <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 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>