summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-06 09:44:23 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-17 12:09:42 +0200
commitd6e395c635e66e13d5b55b9ad15801e3b506ce48 (patch)
treec6010f692f2f48498d45a7113f735f4d5bbb6284 /pom.xml
parent9817670cf1b469b887e16e0a80dc855cf97e859f (diff)
Use java 11 in aai-common
- use java 11 - bump version to 1.14.6-SNAPSHOT Issue-ID: AAI-3945 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I17aef24a965d2b1b5e43f62c4349a25f61ddd8f7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9861d14e..567cde1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,8 +110,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
<plugin>