Author: michiel
Date: 2010-01-21 17:42:06 +0100 (Thu, 21 Jan 2010)
New Revision: 40663

Modified:
   mmbase/trunk/maven-base/pom.xml
Log:
mmbase core only compiles with java 1.6

Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml     2010-01-21 16:41:11 UTC (rev 40662)
+++ mmbase/trunk/maven-base/pom.xml     2010-01-21 16:42:06 UTC (rev 40663)
@@ -125,8 +125,8 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
+            <source>1.6</source>
+            <target>1.6</target>
             <maxmem>256M</maxmem>
             <fork>${compiler.fork}</fork>
             <showDeprecation>false</showDeprecation>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to