This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7b28f6b22 Updated site from master
(d11b0cfa37fc9fefa17a6a2ea5b9e90b60a2b291)
7b28f6b22 is described below
commit 7b28f6b22b3ac8be299a3c81083087d7065a3294
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 12 08:17:58 2023 +0000
Updated site from master (d11b0cfa37fc9fefa17a6a2ea5b9e90b60a2b291)
---
content/mina-project/gen-docs/.htaccess | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/mina-project/gen-docs/.htaccess
b/content/mina-project/gen-docs/.htaccess
index 3b35cb88a..c01fc2b82 100644
--- a/content/mina-project/gen-docs/.htaccess
+++ b/content/mina-project/gen-docs/.htaccess
@@ -2,14 +2,14 @@ Options +FollowSymLinks
RewriteEngine On
# Redirect to the latest releases
-RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.24/ [QSA,L]
-RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.24/$1
[QSA,L]
+RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.25/ [QSA,L]
+RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.25/$1
[QSA,L]
-RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.7/ [QSA,L]
-RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.7/$1
[QSA,L]
+RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.8/ [QSA,L]
+RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.8/$1
[QSA,L]
-RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.2/ [QSA,L]
-RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.2/$1
[QSA,L]
+RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.3/ [QSA,L]
+RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.3/$1
[QSA,L]
# Redirect everything else
RewriteRule ^(.*)$ https://nightlies.apache.org/mina/mina/$1 [QSA,L]