slachiewicz opened a new pull request, #334:
URL: https://github.com/apache/maven-gpg-plugin/pull/334

   This page was last touched in 2018 and still carried the ASF 
**mirror-selection form**. The mirror network was retired in favour of a single 
CDN, so that form currently renders a "choose a mirror" dropdown offering 
exactly one entry, `dlcdn.apache.org`. The checksum, signature and KEYS links 
still pointed at `www.apache.org/dist`, which has been a **301 to 
`downloads.apache.org`** for years.
   
   This brings the page to the form the majority of the Maven estate already 
uses (the 2023 "Refresh download page" sweep, which stopped part-way through 
the estate):
   
   - artifact from `dlcdn.apache.org`
   - `.sha512` / `.asc` / `KEYS` from `downloads.apache.org`
   - older releases from `archive.apache.org`
   
   The source also moves from xdoc to Markdown. **The generated `download.html` 
is unchanged in structure** — same headings, same generated anchors (`#Files`, 
`#Previous_Versions`), same table, so no URL and no in-page anchor moves.
   
   ### Note for reviewers
   
   Two commits on purpose: a pure rename, then the rewrite. Git rename 
detection is similarity-based, so doing both at once is recorded as a delete 
plus an add and `git log --follow` stops there. **Please merge or rebase rather 
than squash.**
   
   Because the file stays a `.vm`, the two subsection headings use **setext 
underlines**. In a Velocity template `##` is a line comment, so an ATX heading 
is deleted silently — with the build still passing. I verified this failure 
mode directly before choosing the setext form.
   
   ### Verification
   
   Verified by building the site and comparing the generated HTML against the 
currently published page. Local build only — I am not claiming CI is green; 
draft until it is.


-- 
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