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 2010/09/04 22:20:07 UTC

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

Author: hboutemy
Date: Sat Sep  4 20:20:07 2010
New Revision: 992670

URL: http://svn.apache.org/viewvc?rev=992670&view=rev
Log:
[MNGSITE-76] added a redirect from development-process.html to Maven 1.x subsite

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=992670&r1=992669&r2=992670&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Sat Sep  4 20:20:07 2010
@@ -11,6 +11,7 @@ Redirect Permanent /ant-tasks-release-no
 Redirect Permanent /guides/mini/guide-ibiblio-upload.html http://maven.apache.org/guides/mini/guide-central-repository-upload.html
 Redirect Permanent /faq.html http://maven.apache.org/general.html
 Redirect Permanent /developers/release/pmc-release-process.html http://maven.apache.org/developers/release/releasing.html
+Redirect Permanent /development-process.html http://maven.apache.org/maven-1.x/development-process.html
 
 Redirect Permanent /plugins/maven-checkstyle-plugin/customize.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html
 Redirect Permanent /plugins/maven-checkstyle-plugin/howto.html http://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html