[seam-commits] Seam SVN: r13135 - examples/trunk/booking-simplified.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jun 14 07:06:12 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-06-14 07:06:12 -0400 (Mon, 14 Jun 2010)
New Revision: 13135
Modified:
examples/trunk/booking-simplified/pom.xml
Log:
don't respecify defaults
Modified: examples/trunk/booking-simplified/pom.xml
===================================================================
--- examples/trunk/booking-simplified/pom.xml 2010-06-14 10:14:23 UTC (rev 13134)
+++ examples/trunk/booking-simplified/pom.xml 2010-06-14 11:06:12 UTC (rev 13135)
@@ -99,8 +99,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
<!-- don't waste time on generation -->
<compilerArgument>-proc:none</compilerArgument>
</configuration>
More information about the seam-commits
mailing list