[seam-commits] Seam SVN: r12384 - modules/faces/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 5 14:07:11 EDT 2010


Author: lincolnthree
Date: 2010-04-05 14:07:11 -0400 (Mon, 05 Apr 2010)
New Revision: 12384

Modified:
   modules/faces/trunk/pom.xml
Log:
Java compiler set to 1.6

Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml	2010-04-05 17:56:02 UTC (rev 12383)
+++ modules/faces/trunk/pom.xml	2010-04-05 18:07:11 UTC (rev 12384)
@@ -38,8 +38,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>2.0.2</version>
                 <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
+                    <source>1.6</source>
+                    <target>1.6</target>
                 </configuration>
             </plugin>
         </plugins>



More information about the seam-commits mailing list