You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/19 19:34:52 UTC

[maven-javadoc-plugin] branch master updated: Use jdks default

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e100fb7  Use jdks default
e100fb7 is described below

commit e100fb74868d64b0e4be7adc65835599ac193d0b
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Jun 19 21:33:19 2019 +0200

    Use jdks default
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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