Author: thomas.diesler(a)jboss.com
Date: 2008-05-02 05:12:09 -0400 (Fri, 02 May 2008)
New Revision: 6847
Modified:
stack/native/trunk/modules/testsuite/framework-tests/pom.xml
stack/native/trunk/modules/testsuite/native-tests/pom.xml
Log:
Remove explicit compiler version
Modified: stack/native/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-02 08:58:11 UTC
(rev 6846)
+++ stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-02 09:12:09 UTC
(rev 6847)
@@ -87,7 +87,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss422.txt</testExcludeFile>
@@ -107,7 +106,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss423.txt</testExcludeFile>
@@ -127,7 +125,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss500.txt</testExcludeFile>
@@ -147,7 +144,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss501.txt</testExcludeFile>
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-02 08:58:11 UTC (rev
6846)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-02 09:12:09 UTC (rev
6847)
@@ -63,7 +63,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss422.txt</testExcludeFile>
@@ -83,7 +82,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss423.txt</testExcludeFile>
@@ -103,7 +101,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss500.txt</testExcludeFile>
@@ -123,7 +120,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2.SP1</version>
<configuration>
<!--
http://jira.codehaus.org/browse/MCOMPILER-72 -->
<testExcludeFile>../test-excludes-jboss501.txt</testExcludeFile>