summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2023-09-05 17:32:31 +0200
committerThomas <>2023-09-05 17:32:31 +0200
commit79db606277f959ca71eaa74c3750f33006cabaac (patch)
tree407815cc6603362bf32e65373ad7cb854f45758b /pom.xml
parent9c5bc97110716ba58952a711606d6f14ac2093f9 (diff)
downloadEAAF-Components-79db606277f959ca71eaa74c3750f33006cabaac.tar.gz
EAAF-Components-79db606277f959ca71eaa74c3750f33006cabaac.tar.bz2
EAAF-Components-79db606277f959ca71eaa74c3750f33006cabaac.zip
chore(core): some more clean-up tasks to Java 17
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 5bd6f63d..9f5adf10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -829,8 +829,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
</configuration>
<executions>
<execution>