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

danhaywood pushed a commit to branch release-4.0.0-M1-RC1
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit a1ba656219a543b8b3d0bf3ccba53a75fc419e6c
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Oct 9 23:01:49 2025 +0100

    further fixes to release procedure
---
 antora/components/comguide/modules/ROOT/partials/verify-process.adoc | 2 ++
 scripts/verify-causeway-release.sh                                   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/antora/components/comguide/modules/ROOT/partials/verify-process.adoc 
b/antora/components/comguide/modules/ROOT/partials/verify-process.adoc
index 86c5d6e6e8c..2bf1a580355 100644
--- a/antora/components/comguide/modules/ROOT/partials/verify-process.adoc
+++ b/antora/components/comguide/modules/ROOT/partials/verify-process.adoc
@@ -2,6 +2,8 @@ VERSION={page-causewayreleaseversion}
 RC=RC1
 NEXUSREPONUM=10xx
 
+cd /tmp
+
 curl https://downloads.apache.org/causeway/KEYS | gpg --import
 gpg --list-keys --with-colons --with-fingerprint \
   | awk -F: '
diff --git a/scripts/verify-causeway-release.sh 
b/scripts/verify-causeway-release.sh
index 65a4602dc9a..a3b2a3fe291 100755
--- a/scripts/verify-causeway-release.sh
+++ b/scripts/verify-causeway-release.sh
@@ -93,7 +93,7 @@ _build(){
     echo 'Building'
 
     # previously there were multiple directories, now just the one.
-    pushd causeway*
+    pushd causeway-all-$VERSION
     _execmustpass mvn clean install -DskipTests -T1C -Dgithub
     popd
 }

Reply via email to