diff common/pom.xml @ 1401:4b4973a9f34a

updated all Maven plugin versions.
author robcast
date Mon, 12 Oct 2015 12:31:11 +0200
parents 828b6c8b1b19
children d98f760277b4
line wrap: on
line diff
--- a/common/pom.xml	Fri Oct 09 19:17:08 2015 +0200
+++ b/common/pom.xml	Mon Oct 12 12:31:11 2015 +0200
@@ -19,8 +19,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> 
                 </configuration>
   			</plugin>
    		</plugins>