This is an automated email from the ASF dual-hosted git repository.
gnodet 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 bb2dd091 Fix release file names for mvn40
bb2dd091 is described below
commit bb2dd091a4521eb32170c0b4c85c0fe48b661b64
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Mar 22 11:25:19 2023 +0100
Fix release file names for mvn40
---
dist-m40/src/main/provisio/maven-distro.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dist-m40/src/main/provisio/maven-distro.xml
b/dist-m40/src/main/provisio/maven-distro.xml
index c39075ef..ba287ddf 100644
--- a/dist-m40/src/main/provisio/maven-distro.xml
+++ b/dist-m40/src/main/provisio/maven-distro.xml
@@ -93,10 +93,10 @@
</directory>
</fileSet>
- <archive
name="maven-${project.version}-mvnd-40-${os.detected.name}-${os.detected.arch}.zip"
+ <archive
name="maven-${project.version}-mvnd-mvn40-${os.detected.name}-${os.detected.arch}.zip"
executable="**/bin/mvnd"/>
- <archive
name="maven-${project.version}-mvnd-40-${os.detected.name}-${os.detected.arch}.tar.gz"
+ <archive
name="maven-${project.version}-mvnd-mvn40-${os.detected.name}-${os.detected.arch}.tar.gz"
executable="**/bin/mvnd"/>
</assembly>