This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/maintenance-branch by this
push:
new bf59b75109f CAUSEWAY-3952: [v2] CI-friendly revisioned build (CI 2nd
attempt)
bf59b75109f is described below
commit bf59b75109fa723236ea4dbf85d9d02ce8f38148
Author: andi-huber <[email protected]>
AuthorDate: Fri Jan 16 08:08:03 2026 +0100
CAUSEWAY-3952: [v2] CI-friendly revisioned build (CI 2nd attempt)
---
.github/workflows/ci-v2-verify.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-v2-verify.yml
b/.github/workflows/ci-v2-verify.yml
index b87027f4991..eaa9f3af844 100644
--- a/.github/workflows/ci-v2-verify.yml
+++ b/.github/workflows/ci-v2-verify.yml
@@ -73,7 +73,7 @@ jobs:
# -Dproject.build.outputTimestamp=2023-01-01T00:00:00Z see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html
# -T 1C ... 1 build thread per core
MVN_ADDITIONAL_OPTS: >-
- -Drevision=$REVISION
+ -Drevision=${{ env.REVISION }}
-Dmodule-regressiontests
-Dmaven.compiler.release=11
-Dmaven.compiler.proc=full