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/02/10 08:59:15 UTC

[maven-changes-plugin] 02/02: [MCHANGES-403] Run Jenkins build with default configuration

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

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

commit d9ef34512f6709dabef1fb4ed7aece4989386431
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 9 22:23:49 2020 +0100

    [MCHANGES-403] Run Jenkins build with default configuration
    
    ie testing with Java 12, 13 and 14 is possible now
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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