This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-4.0.x by this push:
     new c3cd134c92 ATR upload to source+binaires and download prefix to 
maven_MAJOR/VERSION
c3cd134c92 is described below

commit c3cd134c92ee275ec925ecdab64e9cf0477a1987
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Jul 10 08:42:19 2026 +0200

    ATR upload to source+binaires and download prefix to maven_MAJOR/VERSION
---
 .asf.yaml            | 2 +-
 apache-maven/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 38aa1cb13e..de31e2be88 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,6 +47,6 @@ project:
       - Java
   policy:
     github_repository_name: maven
-    download_path_suffix: maven-{{MAJOR}}/{{VERSION}}
+    download_path_suffix: maven-{{MAJOR_VERSION}}/{{VERSION}}
   features:
     atr_sync: true
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 39b00c2429..4702ce0fc5 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -408,7 +408,7 @@ under the License.
                   <goal>upload</goal>
                 </goals>
                 <configuration>
-                  <directory>${project.version}/source</directory>
+                  <directory>source</directory>
                   <files>
                     
<file>${project.build.directory}/${project.artifactId}-${project.version}-src.tar.gz</file>
                     
<file>${project.build.directory}/${project.artifactId}-${project.version}-src.tar.gz.sha512</file>
@@ -425,7 +425,7 @@ under the License.
                   <goal>upload</goal>
                 </goals>
                 <configuration>
-                  <directory>${project.version}/binaries</directory>
+                  <directory>binaries</directory>
                   <files>
                     
<file>${project.build.directory}/${project.artifactId}-${project.version}-bin.tar.gz</file>
                     
<file>${project.build.directory}/${project.artifactId}-${project.version}-bin.tar.gz.sha512</file>

Reply via email to