diff options
author | Simon Rettberg | 2021-03-22 12:45:56 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-22 12:45:56 +0100 |
commit | 9eab376de123abc18b930e43b77ecc8c8d0ce107 (patch) | |
tree | 2cc5cdd121345df87d2965dcf6840b0bc0a39005 | |
parent | Small ui fixes (diff) | |
download | bwlp-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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |