Author: hboutemy
Date: Sat Feb  2 16:05:50 2013
New Revision: 1441766

URL: http://svn.apache.org/viewvc?rev=1441766&view=rev
Log:
redirect /ref/3.1-SNAPSHOT to /ref/3-latest

Modified:
    maven/site/trunk/content/filtered-resources/.htaccess

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1441766&r1=1441765&r2=1441766&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Sat Feb  2 16:05:50 
2013
@@ -66,6 +66,7 @@ RedirectMatch permanent ^/shared/maven-p
 RedirectMatch permanent ^/shared/maven-plugin-testing-tools/(.*)$ 
http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/$1
 RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ 
http://maven.apache.org/plugin-tools/$1
 RedirectMatch permanent ^/[^/]+-archives/([^/\d]+/.*)$ 
http://maven.apache.org/$1
+RedirectMatch permanent ^/ref/3.1-SNAPSHOT/(.*)$ 
http://maven.apache.org/ref/3-latest/$1
 
 RedirectMatch permanent ^/plugins/maven-clover-plugin/([^2i].+)$ 
http://maven.apache.org/plugins/maven-clover-plugin/2.4/$1
 RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ 
http://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1


Reply via email to