diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-06 13:25:04 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-02-06 13:25:04 +0100 |
commit | 1619a148ae617d1c80ea90468fe3d27c1510d1dd (patch) | |
tree | 071b9d17f28b8d33d2702046e3ce66f194584234 /aai-els-onap-logging | |
parent | 62b1841e39516c8fd51b7b00f8ece02778f6d9b4 (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 'aai-els-onap-logging')
-rw-r--r-- | aai-els-onap-logging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml index 0b2ea682..820925ad 100644 --- a/aai-els-onap-logging/pom.xml +++ b/aai-els-onap-logging/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.13.3-SNAPSHOT</version> + <version>1.13.4-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-els-onap-logging</artifactId> |