diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-04 14:31:17 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-04 14:31:17 +0200 |
commit | ffe39ebf09d514af9fc84e68fb7ebc2f2c4692d2 (patch) | |
tree | 981cb462222c8e038c1f525fd52b30414bf8f439 /pom.xml | |
parent | 3cd6dcf57501535e71d342da4d51949121d9ff9a (diff) |
Upgrade aai-resources to Janusgraph 0.5.31.14.4
- use 1.14.4 release version of aai-common
- upgrade Janusgraph (0.5.0 -> 0.5.3)
Issue-ID: AAI-3920
Change-Id: I64a2bc19fa4d4a7fe234bf3c01ced5ad2f104b33
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.14.4-SNAPSHOT</aai.common.version> + <aai.common.version>1.14.4</aai.common.version> <aai.schema.service.version>1.12.4</aai.schema.service.version> </properties> <build> |