Use Java 7
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Jul 2016 19:48:36 +0000 (21:48 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 19 Jul 2016 19:48:36 +0000 (21:48 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1799801..be0b3b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -96,8 +96,8 @@
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>2.0.2</version>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>