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 2020/02/22 17:38:55 UTC

[maven-site-plugin] 01/01: [INFRA-19861] reduce combinations

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

rfscholte pushed a commit to branch INFRA-19861
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 26e2a8c246e9a5caa3b2b98bc4cd243261bccf22
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Feb 22 18:38:46 2020 +0100

    [INFRA-19861] reduce combinations
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5a994fd..5627098 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['7','8','11','12'], maven:['3.0.x', '3.2.x', '3.3.x', '3.5.x'])
+asfMavenTlpPlgnBuild(jdk:['7'], maven:['3.0.x', '3.2.x'])