You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/12/02 06:25:11 UTC

[maven-jenkins-lib] branch master updated: maven plugin default is now 3.6.x and 3.8.x

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new c2521b8  maven plugin default is now 3.6.x and 3.8.x
c2521b8 is described below

commit c2521b837ae7ed10054c5608906b5b207fd79ea1
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Dec 2 16:25:07 2022 +1000

    maven plugin default is now 3.6.x and 3.8.x
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index cb78bdf..f19bf36 100644
--- a/README.adoc
+++ b/README.adoc
@@ -7,7 +7,7 @@ This repository contains the Jenkins shared libraries that define the standard b
 ==== Accepted parameters:
 - `os`: array of possible os to build projects (default: `['linux', 'windows']`)
 - `jdks`: array of jdks used for the build (default: `['8','11','17']`)
-- `maven`: array of maven versions used for build (default: `['3.2.x','3.6.x', '3.8.x']`)
+- `maven`: array of maven versions used for build (default: `['3.6.x', '3.8.x']`)
 - `siteJdk`: array of jdks used for the site build (default: `[11']`)
 - `siteMvn`: jdk used to build the site (default: `3.8.x`)
 - `tmpWs`: boolean to shorten working directory on windows platform