From e6e587cef0636519b098d4d9763c04aafbdb90b3 Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Sat, 14 Feb 2015 11:39:28 +0100
Subject: [PATCH] Java 5 -> 6

---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c42aac7..d13bd84a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,14 +160,14 @@
 
 	<build>
 		<plugins>
-			<!-- Ensure compilation is done under Java 5 in all environments -->
+			<!-- Ensure compilation is done under Java 6 in all environments -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>3.2</version>
 				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
+					<source>1.6</source>
+					<target>1.6</target>
 					<showDeprecation>true</showDeprecation>
 					<showWarnings>true</showWarnings>
 				</configuration>
-- 
GitLab