This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch linux-arm64 in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit 24389ec946b2313f40ce664c7b99066b5bbd20f4 Author: Guillaume Nodet <[email protected]> AuthorDate: Sat Jul 19 00:02:50 2025 +0200 Update publish-on-homebrew.sh --- build/publish-on-homebrew.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/publish-on-homebrew.sh b/build/publish-on-homebrew.sh index 37daf872..a69e9ba2 100755 --- a/build/publish-on-homebrew.sh +++ b/build/publish-on-homebrew.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2019 the original author or authors. +# Copyright 2019-2025 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,4 +69,4 @@ else echo "Nothing to commit" fi -popd \ No newline at end of file +popd
