Require Java 1.7, it’s the future now
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 22 Jan 2016 22:06:51 +0000 (23:06 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 22 Jan 2016 22:28:12 +0000 (23:28 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 88db65b..42d793c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,8 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
+                                       <source>1.7</source>
+                                       <target>1.7</target>
                                        <encoding>UTF-8</encoding>
                                </configuration>
                        </plugin>