[webbeans-commits] Webbeans SVN: r666 - ri/trunk.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Mon Dec 22 05:32:32 EST 2008
Author: dallen6
Date: 2008-12-22 05:32:32 -0500 (Mon, 22 Dec 2008)
New Revision: 666
Modified:
ri/trunk/pom.xml
Log:
Putting back the compiler source and target versions to 1.5 for right now. This still works with Java 5 or 6 compilers.
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2008-12-22 10:11:25 UTC (rev 665)
+++ ri/trunk/pom.xml 2008-12-22 10:32:32 UTC (rev 666)
@@ -206,8 +206,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
<plugin>
More information about the weld-commits
mailing list