summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-05 12:38:41 +0100
committerManuel Bentele2021-03-11 07:46:19 +0100
commitc594d45d3169ab60db627df02f5179591386945b (patch)
treeaafb059bdc9ffd3014a07e110d96b0fe7671f819 /dozentenmodul/pom.xml
parent[client,server] Remove shaded packaging (diff)
downloadtutor-module-c594d45d3169ab60db627df02f5179591386945b.tar.gz
tutor-module-c594d45d3169ab60db627df02f5179591386945b.tar.xz
tutor-module-c594d45d3169ab60db627df02f5179591386945b.zip
[client] Add support for Java 8
Diffstat (limited to 'dozentenmodul/pom.xml')
-rwxr-xr-xdozentenmodul/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index bc73b103..b197170e 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -73,8 +73,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>