You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/05/26 17:50:13 UTC

[maven-site-plugin] branch master updated: Revert "Sync test matrix - add testing with Java 14, 15 and Maven 3.6"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bf5578e  Revert "Sync test matrix - add testing with Java 14,15 and Maven 3.6"
bf5578e is described below

commit bf5578e4cbad1ec1fb4f8d79027d09e074e53389
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue May 26 10:17:54 2020 +0200

    Revert "Sync test matrix - add testing with Java 14,15 and Maven 3.6"
    
    This reverts commit 160ad487f168fe50a02994a81ff065e3996b3ab3.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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