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:36 UTC

[jackrabbit-filevault-package-maven-plugin] branch feature/JCRVLT-580-parameterize-maven-version created (now cbc1f91)

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

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


      at cbc1f91  JCRVLT-580 parameterize Maven version

This branch includes the following new commits:

     new cbc1f91  JCRVLT-580 parameterize Maven version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by kw...@apache.org.
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