This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch release-3.4.0-RC1
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/release-3.4.0-RC1 by this push:
new 49d5424339e CAUSEWAY-3882: fixes bug in verify script
49d5424339e is described below
commit 49d5424339efc864366a0b5af98298b582dc853a
Author: Dan Haywood <[email protected]>
AuthorDate: Fri Jul 4 23:52:40 2025 +0100
CAUSEWAY-3882: fixes bug in verify script
---
scripts/verify-causeway-release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/verify-causeway-release.sh
b/scripts/verify-causeway-release.sh
index 5dcf5e7b1f8..490a99d974a 100755
--- a/scripts/verify-causeway-release.sh
+++ b/scripts/verify-causeway-release.sh
@@ -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.asc
+https://repository.apache.org/service/local/repositories/orgapachecauseway-$NEXUSREPONUM/content/org/apache/causeway/causeway-bom/$VERSION/causeway-bom-$VERSION-source-release.zip
EOF
# The work starts here