This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch MSITE-829 in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/MSITE-829 by this push: new 233d195 build from 8 only and we do not support anymore 3.0.x 233d195 is described below commit 233d195dcdd893c56a9859fe7a8a18e9b161072c Author: olivier lamy <ol...@apache.org> AuthorDate: Thu May 14 21:24:44 2020 +1000 build from 8 only and we do not support anymore 3.0.x Signed-off-by: olivier lamy <ol...@apache.org> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5a994fd..91f4861 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:['8','11','12'], maven:['3.2.x', '3.3.x', '3.5.x'])