summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-06 13:25:04 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-02-06 13:25:04 +0100
commit1619a148ae617d1c80ea90468fe3d27c1510d1dd (patch)
tree071b9d17f28b8d33d2702046e3ce66f194584234 /pom.xml
parent62b1841e39516c8fd51b7b00f8ece02778f6d9b4 (diff)
Switch aai-common baseimage back to java 8
- downgrade base image to java 8 until aai-common is compatible with java 11 Issue-ID: AAI-3766 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I90505b6a15b92fcf983e6444b60523574b2d2388
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c6c98a1a..fa17a6d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-common</artifactId>
- <version>1.13.3-SNAPSHOT</version>
+ <version>1.13.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>aai-aai-common</name>
<description>Contains all of the common code for resources and traversal repos</description>