diff options
| author | Thomas Lenz <thomas.lenz@iaik.tugraz.at> | 2023-09-05 15:40:51 +0000 | 
|---|---|---|
| committer | Thomas Lenz <thomas.lenz@iaik.tugraz.at> | 2023-09-05 15:40:51 +0000 | 
| commit | 5f143599a0d81cdd95181bc4c2f3472514ae037c (patch) | |
| tree | 407815cc6603362bf32e65373ad7cb854f45758b /pom.xml | |
| parent | fecd2fa23e50e6fc0d851eddc0b079ee44131066 (diff) | |
| parent | 79db606277f959ca71eaa74c3750f33006cabaac (diff) | |
| download | EAAF-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.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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> | 
