slachiewicz opened a new pull request, #440:
URL: https://github.com/apache/maven-wrapper/pull/440

   The three link labels in the Files table on the [download 
page](https://maven.apache.org/wrapper/download.html) read 
`maven-wrapper--<version>-source-release.zip`, with a spurious second dash.
   
   Only the **labels** were affected. The `href`s already pointed at the 
correct `maven-wrapper-<version>-source-release.zip`, so the links worked — but 
they displayed a filename that does not exist, which is confusing for anyone 
verifying a download by name.
   
   Confirmed against https://downloads.apache.org/maven/wrapper/, which 
currently lists:
   
   ```
   maven-wrapper-3.3.4-source-release.zip
   maven-wrapper-3.3.4-source-release.zip.asc
   maven-wrapper-3.3.4-source-release.zip.sha512
   ```
   
   The literal `maven-wrapper` prefix is deliberately left as is: this 
project's `artifactId` is `maven-wrapper-parent`, so `${project.artifactId}` 
would *not* produce the released filename.
   
   Found while surveying `src/site/xdoc/download.xml.vm` across the Maven 
estate — this typo is unique to this repository.
   
   Draft until CI is green.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to