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-core/pom.xml | |
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-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 682aac7d..348d4eb0 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <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-core</artifactId> |