You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/09/09 04:10:29 UTC

svn commit: r812749 - /maven/site/trunk/src/site/filtered-resources/.htaccess

Author: hboutemy
Date: Wed Sep  9 02:10:28 2009
New Revision: 812749

URL: http://svn.apache.org/viewvc?rev=812749&view=rev
Log:
we're now on 2.2.x branch: updated /ref/current redirection to that banch and created /ref/current-2.1.x

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

Modified: maven/site/trunk/src/site/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?rev=812749&r1=812748&r2=812749&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Wed Sep  9 02:10:28 2009
@@ -1,6 +1,7 @@
 ErrorDocument 404 /errors/404.html
 
-Redirect /ref/current http://maven.apache.org/ref/${current21xVersion}
+Redirect /ref/current http://maven.apache.org/ref/${current22xVersion}
+Redirect /ref/current-2.1.x http://maven.apache.org/ref/${current21xVersion}
 Redirect /ref/current-2.0.x http://maven.apache.org/ref/${current20xVersion}
 
 Redirect Permanent /ant-tasks.html http://maven.apache.org/ant-tasks/index.html