You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/03/21 19:00:08 UTC

[maven-artifact-transfer] branch JDK14PLUS created (now 48fc4e3)

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

khmarbaise pushed a change to branch JDK14PLUS
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


      at 48fc4e3  Add JDK 14 and JDK 15

This branch includes the following new commits:

     new 48fc4e3  Add JDK 14 and JDK 15

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-artifact-transfer] 01/01: Add JDK 14 and JDK 15

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch JDK14PLUS
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 48fc4e3808194a3589f005768e01d3c090b8b7db
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 21 19:59:45 2020 +0100

    Add JDK 14 and JDK 15
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e807e72..c077a2e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,4 +20,4 @@
 // Currently we can only build with JDK8+ based on the usage
 // of takari-plugin-integration-testing within integration
 // tests.
-asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10", "11" ] )
+asfMavenTlpStdBuild( 'jdks' : ["8", "9", "10", "11", "14", "15" ] )