This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch mvnd-1.x in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push: new 6150ae34 Fix release candidate script 6150ae34 is described below commit 6150ae34c842d909b3ca1a0e8034dc82ca4e2b9e Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Tue Jun 18 10:03:37 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}"