summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-22 12:45:56 +0100
committerSimon Rettberg2021-03-22 12:45:56 +0100
commit9eab376de123abc18b930e43b77ecc8c8d0ce107 (patch)
tree2cc5cdd121345df87d2965dcf6840b0bc0a39005
parentSmall ui fixes (diff)
downloadbwlp-guacamole-ext-9eab376de123abc18b930e43b77ecc8c8d0ce107.tar.gz
bwlp-guacamole-ext-9eab376de123abc18b930e43b77ecc8c8d0ce107.tar.xz
bwlp-guacamole-ext-9eab376de123abc18b930e43b77ecc8c8d0ce107.zip
Update to Java 1.8
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 8783f6e..cf7580b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>de.bwlehrpool</groupId>
<artifactId>bwlp-guac</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>bwlp-guac</name>
@@ -47,8 +47,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>