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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cde0c3a8 Update .htaccess to fix bad toolchains-1.1.0.xsd redirect
cde0c3a8 is described below

commit cde0c3a82ed93ab4db5f30534996c5802bf5aeb6
Author: calekian <[email protected]>
AuthorDate: Wed Jul 16 14:56:17 2025 -0500

    Update .htaccess to fix bad toolchains-1.1.0.xsd redirect
    
    Removing redirect for toolchains-1.1.0.xsd, which has been released and is 
present in content/resources/xsd, but where a redirect to a non-existent rc-3 
file is causing a 404.
---
 content/resources/xsd/.htaccess | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/content/resources/xsd/.htaccess b/content/resources/xsd/.htaccess
index c298e322..aee3f3d7 100644
--- a/content/resources/xsd/.htaccess
+++ b/content/resources/xsd/.htaccess
@@ -5,7 +5,4 @@ Redirect /xsd/maven-4.1.0.xsd /xsd/maven-4.1.0-rc-4.xsd
 Redirect /xsd/plugin-2.0.0.xsd /xsd/plugin-2.0.0-rc-4.xsd
 Redirect /xsd/repository-metadata-1.2.0.xsd 
/xsd/repository-metadata-1.2.0-rc-4.xsd
 Redirect /xsd/settings-2.0.0.xsd /xsd/settings-2.0.0-rc-4.xsd
-Redirect /xsd/toolchains-1.1.0.xsd /xsd/toolchains-1.1.0-rc-3.xsd
-
-
 Redirect /xsd/toolchains-1.2.0.xsd /xsd/toolchains-1.2.0-rc-4.xsd

Reply via email to