You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2014/12/27 10:59:56 UTC

maven-surefire git commit: JDK 5 should be the min requirements in surefire project

Repository: maven-surefire
Updated Branches:
  refs/heads/master f003abd6f -> 4c07642ad


JDK 5 should be the min requirements in surefire project


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4c07642a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4c07642a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4c07642a

Branch: refs/heads/master
Commit: 4c07642adb892c2b8a34d8640fa6d571fbe84775
Parents: f003abd
Author: Tibor17 <ti...@lycos.com>
Authored: Sat Dec 27 00:16:35 2014 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sat Dec 27 00:16:35 2014 +0100

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml        | 5 -----
 maven-surefire-plugin/pom.xml        | 5 -----
 maven-surefire-report-plugin/pom.xml | 5 -----
 3 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4c07642a/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 8d55eac..16ae10d 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -215,11 +215,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>${mavenPluginPluginVersion}</version>
-        <configuration>
-          <requirements>
-            <jdk>1.4</jdk>
-          </requirements>
-        </configuration>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4c07642a/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 2b1d440..c3f3fa7 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -129,11 +129,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>${mavenPluginPluginVersion}</version>
-        <configuration>
-          <requirements>
-            <jdk>1.4</jdk>
-          </requirements>
-        </configuration>
       </plugin>
     </plugins>
   </reporting>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4c07642a/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 96b3cbf..2a13789 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -164,11 +164,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>${mavenPluginPluginVersion}</version>
-        <configuration>
-          <requirements>
-            <jdk>1.4</jdk>
-          </requirements>
-        </configuration>
       </plugin>
     </plugins>
   </reporting>