You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/06/29 17:10:59 UTC

[maven-jxr] branch asfMavenTlpPlgnBuild updated: checkout issues with jdk7_m3.3.x on windows, so exclude for now

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch asfMavenTlpPlgnBuild
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git


The following commit(s) were added to refs/heads/asfMavenTlpPlgnBuild by this push:
     new 43d5d50  checkout issues with jdk7_m3.3.x on windows, so exclude for now
43d5d50 is described below

commit 43d5d500a574f83ab2feb3d20b657a91f41e3d70
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Jun 29 19:10:50 2018 +0200

    checkout issues with jdk7_m3.3.x on windows, so exclude for now
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..8902d1e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild(maven:['3.0.x','3.2.x','3.5.x'])