diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-12 13:25:23 +0200 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2024-06-12 11:33:04 +0000 |
commit | 1e50ebe4dac790642eb90b721ed076270f3ee397 (patch) | |
tree | 350f4a135e840b4d543e9d0996b672e5ce686f1d | |
parent | c88f5b404e6881cafb94beed03c0323f71a3fa9d (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.xml | 3 | ||||
-rw-r--r-- | pom.xml | 6 |
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> @@ -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> |