[seam-commits] Seam SVN: r12501 - modules/international/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 15 06:16:53 EDT 2010
Author: jharting
Date: 2010-04-15 06:16:53 -0400 (Thu, 15 Apr 2010)
New Revision: 12501
Modified:
modules/international/trunk/pom.xml
Log:
Switched to 1.5 target for the module to be buildable on JDK 5.
Modified: modules/international/trunk/pom.xml
===================================================================
--- modules/international/trunk/pom.xml 2010-04-15 04:15:34 UTC (rev 12500)
+++ modules/international/trunk/pom.xml 2010-04-15 10:16:53 UTC (rev 12501)
@@ -104,10 +104,10 @@
<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>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
More information about the seam-commits
mailing list