You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by st...@apache.org on 2010/08/05 14:00:58 UTC

svn commit: r982556 - in /maven/surefire/trunk: maven-failsafe-plugin/pom.xml maven-surefire-plugin/pom.xml maven-surefire-report-plugin/pom.xml

Author: stephenc
Date: Thu Aug  5 12:00:58 2010
New Revision: 982556

URL: http://svn.apache.org/viewvc?rev=982556&view=rev
Log:
SUREFIRE-623

Modified:
    maven/surefire/trunk/maven-failsafe-plugin/pom.xml
    maven/surefire/trunk/maven-surefire-plugin/pom.xml
    maven/surefire/trunk/maven-surefire-report-plugin/pom.xml

Modified: maven/surefire/trunk/maven-failsafe-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/pom.xml?rev=982556&r1=982555&r2=982556&view=diff
==============================================================================
--- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Thu Aug  5 12:00:58 2010
@@ -242,6 +242,11 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>2.6</version>
+        <configuration>
+          <requirements>
+            <jdk>1.4</jdk>
+          </requirements>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>

Modified: maven/surefire/trunk/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/pom.xml?rev=982556&r1=982555&r2=982556&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Thu Aug  5 12:00:58 2010
@@ -203,6 +203,11 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>2.6</version>
+        <configuration>
+          <requirements>
+            <jdk>1.4</jdk>
+          </requirements>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>

Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?rev=982556&r1=982555&r2=982556&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Thu Aug  5 12:00:58 2010
@@ -163,6 +163,11 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>2.6</version>
+        <configuration>
+          <requirements>
+            <jdk>1.4</jdk>
+          </requirements>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>