diff pom.xml @ 53:e59787774e6e

upped java version to 1.7.
author casties
date Fri, 02 Oct 2015 10:43:13 +0000
parents b9ce41e5f80b
children e5d4443a1bc5
line wrap: on
line diff
--- a/pom.xml	Fri Oct 02 10:42:27 2015 +0000
+++ b/pom.xml	Fri Oct 02 10:43:13 2015 +0000
@@ -78,10 +78,10 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.3.2</version>
+				<version>3.3</version>
 				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
+					<source>1.7</source>
+					<target>1.7</target>
 				</configuration>
 			</plugin>
 			<plugin>