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 2018/09/22 18:32:52 UTC

[maven-deploy-plugin] 01/01: Added to test JDK11

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

khmarbaise pushed a commit to branch TESTING_ONJDK11
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit db96306155fddcb00b58362fac3e951a3908189d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 22 20:32:42 2018 +0200

    Added to test JDK11
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..f99e738 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild( jdks: [ '7', '8', '9', '10', '11' ] )