You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/12/29 18:24:37 UTC

[jackrabbit-filevault-package-maven-plugin] 01/01: JCRVLT-580 parameterize Maven version

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

kwin pushed a commit to branch feature/JCRVLT-580-parameterize-maven-version
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git

commit cbc1f91d0f077614afef3bfb13cc83b77c70181f
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Dec 29 19:24:04 2021 +0100

    JCRVLT-580 parameterize Maven version
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d1a684c..9c555e8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,6 +18,6 @@
  * under the License.
  */
 // use the shared library from https://github.com/apache/jackrabbit-filevault-jenkins-lib
-library "filevault@master"
+library "filevault@bugfix/feature/JCRVLT-580-parameterize-maven-version"
 
-fileVaultMavenStdBuild([11, 8, 17], 11, [ "ubuntu", "Windows"], "ubuntu", "apache_jackrabbit-filevault-package-maven-plugin")
\ No newline at end of file
+fileVaultMavenStdBuild([11, 8, 17], 11, [ 'ubuntu', 'Windows'], 'ubuntu', '3', ['3', '3.6.3', '3.5.4', '3.3.9'], "apache_jackrabbit-filevault-package-maven-plugin")
\ No newline at end of file