Repository: maven-surefire
Updated Branches:
  refs/heads/new-jenkinsfile f440a9335 -> 2cb2bd39c


ok so surefire is now java 8+ only


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

Branch: refs/heads/new-jenkinsfile
Commit: 2cb2bd39c69b199a0542195d650eaecc951858c3
Parents: f440a93
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Thu Nov 30 22:03:07 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Thu Nov 30 22:03:07 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2cb2bd39/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..8c7d48e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdks:[8,9])

Reply via email to