[seam-commits] Seam SVN: r12830 - modules/faces/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 26 18:06:12 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-05-26 18:06:11 -0400 (Wed, 26 May 2010)
New Revision: 12830
Modified:
modules/faces/trunk/pom.xml
Log:
java 1.5 is the default for all of seam
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2010-05-26 22:03:32 UTC (rev 12829)
+++ modules/faces/trunk/pom.xml 2010-05-26 22:06:11 UTC (rev 12830)
@@ -146,20 +146,6 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<profiles>
<profile>
<id>arquillian-glassfish-embedded-30</id>
More information about the seam-commits
mailing list