You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2019/04/13 22:51:22 UTC

svn commit: r1043582 - in /websites/staging/mina/trunk/content: extpaths.txt mina-project/gen-docs/.htaccess

Author: elecharny
Date: Sat Apr 13 22:51:22 2019
New Revision: 1043582

Log:
Pointing to the new Javadoc

Modified:
    websites/staging/mina/trunk/content/extpaths.txt
    websites/staging/mina/trunk/content/mina-project/gen-docs/.htaccess

Modified: websites/staging/mina/trunk/content/extpaths.txt
==============================================================================
--- websites/staging/mina/trunk/content/extpaths.txt (original)
+++ websites/staging/mina/trunk/content/extpaths.txt Sat Apr 13 22:51:22 2019
@@ -1,10 +1,12 @@
 # File format: lines starting with # or space chars are ignored.
 
 # MINA
-# 2.1.0
+# 2.1.x
+mina-project/gen-docs/2.1.1
 mina-project/gen-docs/2.1.0
 
 # 2.0.x
+mina-project/gen-docs/2.0.21
 mina-project/gen-docs/2.0.20
 mina-project/gen-docs/2.0.19
 mina-project/gen-docs/2.0.18

Modified: websites/staging/mina/trunk/content/mina-project/gen-docs/.htaccess
==============================================================================
--- websites/staging/mina/trunk/content/mina-project/gen-docs/.htaccess (original)
+++ websites/staging/mina/trunk/content/mina-project/gen-docs/.htaccess Sat Apr 13 22:51:22 2019
@@ -2,9 +2,9 @@ RewriteEngine on
   
 RewriteBase /mina-project/gen-docs
 
-RewriteRule ^latest-2.0$ 2.0.20/
-RewriteRule ^latest-2.0/(.*)$ 2.0.20/$1
+RewriteRule ^latest-2.0$ 2.0.21/
+RewriteRule ^latest-2.0/(.*)$ 2.0.21/$1
 
-RewriteRule ^latest-2.1$ 2.1.0/
-RewriteRule ^latest-2.1/(.*)$ 2.1.0/$1
+RewriteRule ^latest-2.1$ 2.1.1/
+RewriteRule ^latest-2.1/(.*)$ 2.1.1/$1