diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-16 09:46:49 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-16 09:46:49 +0200 |
commit | 56fb4b2ae918cda16468070f3a76a18d6bf387fe (patch) | |
tree | 73835eeaa9801cd32a51c46b4263c4b299ad5aa2 /pom.xml | |
parent | 1e50ebe4dac790642eb90b721ed076270f3ee397 (diff) |
Release 1.14.0 resources docker artifact
- update to aai-common 1.14.0 that includes janusgraph update from 0.2.3 to 0.3.3
Issue-ID: AAI-3867
Change-Id: I419eef5e4ee1d382f10f094778742152ac7e0fe5
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.0-SNAPSHOT</aai.common.version> + <aai.common.version>1.14.0</aai.common.version> <aai.schema.service.version>1.12.4</aai.schema.service.version> </properties> <build> |