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/07/20 22:41:15 UTC

[maven-jenkins-lib] branch master updated: fix typo

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 3e98f4c  fix typo
3e98f4c is described below

commit 3e98f4c3538c7f91958309f37702f361f83c738f
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Jul 21 08:41:12 2022 +1000

    fix typo
---
 README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index e5a699f..cb78bdf 100644
--- a/README.adoc
+++ b/README.adoc
@@ -7,15 +7,15 @@ 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']`)
-- `mavens`: array of maven versions used for build (default: `['3.2.x','3.6.x', '3.8.x']`)
-- `siteJdks`: array of jdks used for the site build (default: `[11']`)
+- `maven`: array of maven versions used for build (default: `['3.2.x','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
 - `branchesToNofify`: array of branches to send notifications of the build (default: `['master', 'main']`)
 
 Example to use a specific set of jdks and maven core
 ```
-asfMavenTlpPlgnBuild(jdks:[ "8", "11" ], mavens: ["3.8.x"])
+asfMavenTlpPlgnBuild(jdks:[ "8", "11" ], maven: ["3.8.x"])
 ```
 
 == asfMavenTlpStdBuild() (building Other projects)