changeset 53:e59787774e6e

upped java version to 1.7.
author casties
date Fri, 02 Oct 2015 10:43:13 +0000
parents 4ee8d47e1e34
children 2e7447712fd1
files pom.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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>