This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new 50bcc9ba Fix release-candidate script
50bcc9ba is described below
commit 50bcc9bac55dfd0f945abc9f935d2fa1e74e387b
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 18 09:41:12 2024 +0200
Fix release-candidate script
---
build/release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/release-candidate.sh b/build/release-candidate.sh
index cd7aad38..2ecf00b5 100755
--- a/build/release-candidate.sh
+++ b/build/release-candidate.sh
@@ -52,7 +52,7 @@ do
done
cd ..
-svn co https://dist.apache.org/repos/dist/dev/maven/mvnd
+svn co https://dist.apache.org/repos/dist/dev/maven/mvnd .
svn add ${VERSION}
svn commit -m "Release Apache Maven Daemon ${VERSION}"