Switch to Java 1.8.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 5 Jan 2014 12:24:20 +0000 (13:24 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 5 Jan 2014 12:24:20 +0000 (13:24 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 4945394..2764b79 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -59,8 +59,8 @@
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>2.0.2</version>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
                                </configuration>
                        </plugin>
                        <plugin>