From commits-return-36993-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Mon Jul 1 19:27:01 2013 Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31AC31092E for ; Mon, 1 Jul 2013 19:27:01 +0000 (UTC) Received: (qmail 36757 invoked by uid 500); 1 Jul 2013 19:27:01 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 36714 invoked by uid 500); 1 Jul 2013 19:27:01 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 36707 invoked by uid 99); 1 Jul 2013 19:27:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 19:27:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2013 19:27:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 789042388993 for ; Mon, 1 Jul 2013 19:26:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r868063 - in /websites/staging/directory/trunk/content: apacheds/gen-docs/.htaccess api/gen-docs/.htaccess Date: Mon, 01 Jul 2013 19:26:40 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130701192640.789042388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Mon Jul 1 19:26:40 2013 New Revision: 868063 Log: Updated the .htaccess to point to the new release javadoc Modified: websites/staging/directory/trunk/content/apacheds/gen-docs/.htaccess websites/staging/directory/trunk/content/api/gen-docs/.htaccess Modified: websites/staging/directory/trunk/content/apacheds/gen-docs/.htaccess ============================================================================== --- websites/staging/directory/trunk/content/apacheds/gen-docs/.htaccess (original) +++ websites/staging/directory/trunk/content/apacheds/gen-docs/.htaccess Mon Jul 1 19:26:40 2013 @@ -2,5 +2,5 @@ RewriteEngine on RewriteBase /apacheds/gen-docs -RewriteRule ^latest$ 2.0.0-M13/ -RewriteRule ^latest/(.*)$ 2.0.0-M13/$1 +RewriteRule ^latest$ 2.0.0-M14/ +RewriteRule ^latest/(.*)$ 2.0.0-M14/$1 Modified: websites/staging/directory/trunk/content/api/gen-docs/.htaccess ============================================================================== --- websites/staging/directory/trunk/content/api/gen-docs/.htaccess (original) +++ websites/staging/directory/trunk/content/api/gen-docs/.htaccess Mon Jul 1 19:26:40 2013 @@ -2,5 +2,5 @@ RewriteEngine on RewriteBase /api/gen-docs -RewriteRule ^latest$ 1.0.0-M18/ -RewriteRule ^latest/(.*)$ 1.0.0-M18/$1 \ No newline at end of file +RewriteRule ^latest$ 1.0.0-M19/ +RewriteRule ^latest/(.*)$ 1.0.0-M19/$1