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/01/03 09:47:43 UTC

[maven-checkstyle-plugin] branch master updated: Drop Java 9, 10, 12 - add 13, 14 to Jenkins test matrix

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-checkstyle-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 10c6298  Drop Java 9, 10, 12 - add 13, 14 to Jenkins test matrix
10c6298 is described below

commit 10c629827cd7fbe34e46b8293cae3df264ffc498
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 3 10:43:26 2020 +0100

    Drop Java 9, 10, 12 - add 13, 14 to Jenkins test matrix
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d472c6f..144e405 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['8','9','10','11','12'])
+asfMavenTlpPlgnBuild(jdk:['8','11','13','14'])