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


The following commit(s) were added to refs/heads/release-4.0.0-M1-RC1 by this 
push:
     new 42b83f7e3b0 fixes (?) verify script
42b83f7e3b0 is described below

commit 42b83f7e3b0b200af3f0344d71d3a693fc705125
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Oct 9 14:49:05 2025 +0100

    fixes (?) verify script
---
 scripts/verify-causeway-release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/verify-causeway-release.sh 
b/scripts/verify-causeway-release.sh
index f369f85accb..65a4602dc9a 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*/bom
+    pushd causeway*
     _execmustpass mvn clean install -DskipTests -T1C -Dgithub
     popd
 }
@@ -145,7 +145,7 @@ if [[ -z "$NEXUSREPONUM" || -z "$VERSION" || -z "$RC" ]]; 
then
 fi
 
 cat <<EOF >/tmp/url.txt
-https://repository.apache.org/service/local/repositories/orgapachecauseway-$NEXUSREPONUM/content/org/apache/causeway/causeway-bom/$VERSION/causeway-bom-$VERSION-source-release.zip
+https://repository.apache.org/service/local/repositories/orgapachecauseway-$NEXUSREPONUM/content/org/apache/causeway/causeway-all/$VERSION/causeway-all-$VERSION-source-release.zip
 EOF
 
 # The work starts here

Reply via email to