Release 1.14.0 resources docker artifact 32/138232/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 16 Jun 2024 07:46:49 +0000 (09:46 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 16 Jun 2024 07:46:49 +0000 (09:46 +0200)
- 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>
pom.xml
releases/1.14.0-container-release.yaml [new file with mode: 0644]
version.properties

diff --git a/pom.xml b/pom.xml
index 39b5292..44f7a4f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/releases/1.14.0-container-release.yaml b/releases/1.14.0-container-release.yaml
new file mode 100644 (file)
index 0000000..c4c3cc9
--- /dev/null
@@ -0,0 +1,7 @@
+distribution_type: container
+container_release_tag: 1.14.0
+project: resources
+ref:  1e50ebe4dac790642eb90b721ed076270f3ee397
+containers:
+    - name: aai-resources
+      version: 1.14-STAGING-20240616T074001Z
index 51a6e0a..5dfb2dd 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=13
-patch_version=5
+minor_version=14
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}