This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch jenkins in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
commit bf905c55fe867dcfc755ea6a8db58d03fb68d7a0 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue May 26 15:55:01 2020 +0200 test failing build 3.1 + Java 7 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 932ebb2..fe7b678 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdk:['7','8','11','16'], maven:['3.0.x', '3.2.x', '3.3.x', '3.5.x', '3.6.x']) +asfMavenTlpPlgnBuild(jdk:['7'], maven:[ '3.1.x'])
