diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-19 11:02:38 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-25 10:20:48 +0200 |
commit | 7e81b2d2cec80eaadc71de3a27ebca9b0865f43b (patch) | |
tree | 3fbecef091481fa1a3320287165d0f6163bd20d0 /aai-resources/pom.xml | |
parent | ce2dccf65d754332d208fad1afc0ce5fcf9d0c78 (diff) |
Update aai-common to 1.14.2 in resources
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0
Issue-ID: AAI-3890
Change-Id: I0b5c75bc3562912a5fc9f06d081e99ff5970c029
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 8ef378c..a62474b 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.14.1-SNAPSHOT</version> + <version>1.14.2-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> |