summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-09-05 15:40:51 +0000
committerThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-09-05 15:40:51 +0000
commit5f143599a0d81cdd95181bc4c2f3472514ae037c (patch)
tree407815cc6603362bf32e65373ad7cb854f45758b /pom.xml
parentfecd2fa23e50e6fc0d851eddc0b079ee44131066 (diff)
parent79db606277f959ca71eaa74c3750f33006cabaac (diff)
downloadEAAF-Components-5f143599a0d81cdd95181bc4c2f3472514ae037c.tar.gz
EAAF-Components-5f143599a0d81cdd95181bc4c2f3472514ae037c.tar.bz2
EAAF-Components-5f143599a0d81cdd95181bc4c2f3472514ae037c.zip
Merge branch 'feature/java_17' into '2.x/development'
chore(core): some more clean-up tasks to Java 17 See merge request egiz/eaaf_components!25
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>