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 2023/03/22 13:52:34 UTC

[jackrabbit-filevault] branch feature/jdk-20-build created (now ce3df54b)

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

kwin pushed a change to branch feature/jdk-20-build
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


      at ce3df54b releng: build & test with Java 20

This branch includes the following new commits:

     new ce3df54b releng: build & test with Java 20

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] 01/01: releng: build & test with Java 20

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/jdk-20-build
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git

commit ce3df54b4b0ec490658c4c91474c84b13982f568
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Mar 22 14:52:26 2023 +0100

    releng: build & test with Java 20
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ccb66d77..b332a327 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,7 +22,7 @@
 
 vaultPipeline('ubuntu', 11, '3', {
   vaultStageSanityCheck()
-  vaultStageBuild(['Windows'], [17,19], [], 'apache_jackrabbit-filevault', 
+  vaultStageBuild(['Windows'], [17,20], [], 'apache_jackrabbit-filevault', 
      [
        mainBuildArguments: '-U clean site deploy -Pjacoco-report,dependency-check -Dlogback.configurationFile=vault-core/src/test/resources/logback-only-errors.xml'
      ]