[webbeans-commits] Webbeans SVN: r656 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Dec 21 16:32:26 EST 2008


Author: dallen6
Date: 2008-12-21 16:32:25 -0500 (Sun, 21 Dec 2008)
New Revision: 656

Modified:
   ri/trunk/pom.xml
Log:
Changed source and target version for compilation to Java 6

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2008-12-21 20:42:11 UTC (rev 655)
+++ ri/trunk/pom.xml	2008-12-21 21:32:25 UTC (rev 656)
@@ -206,8 +206,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>
             <plugin>




More information about the weld-commits mailing list