summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-08-12 14:46:13 +0200
committerSimon Rettberg2021-08-12 14:46:13 +0200
commitee6635a4645ac1d48cd417d763dd35be9565d0b0 (patch)
tree7b23d2762d5d4ce7d5ec73e0ad2702dd878d4bb2
parent[*] Adapt to de-genricization of VirtualizationConfiguration (diff)
downloadtutor-module-ee6635a4.tar.gz
tutor-module-ee6635a4.tar.xz
tutor-module-ee6635a4.zip
[*] Add "modern" way to set target Java version
-rwxr-xr-xdozentenmodul/pom.xml1
-rw-r--r--dozentenmodulserver/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index abcfca2a..9b950f16 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -76,6 +76,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>8</release>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
diff --git a/dozentenmodulserver/pom.xml b/dozentenmodulserver/pom.xml
index 28ad80b6..cbe6e34f 100644
--- a/dozentenmodulserver/pom.xml
+++ b/dozentenmodulserver/pom.xml
@@ -142,6 +142,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>8</release>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
@@ -159,7 +160,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>