This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
commit a9d8e3298b9b734ff7558cc7e89b1cfd218dc587 Author: emmanuel lecharny <[email protected]> AuthorDate: Fri Jun 19 06:44:59 2026 +0200 Prepared the MINA release --- config.toml | 6 +++--- static/mina-project/gen-docs/.htaccess | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 9dae0e24a..70695eb4e 100644 --- a/config.toml +++ b/config.toml @@ -40,9 +40,9 @@ date = ["date", ":filename", "publishDate", "lastmod"] [params] version_asyncweb = "2.0.0-SNAPSHOT" -version_mina_2_0 = "2.0.29" -version_mina_2_1 = "2.1.13" -version_mina_2_2 = "2.2.8" +version_mina_2_0 = "2.0.30" +version_mina_2_1 = "2.1.14" +version_mina_2_2 = "2.2.9" version_ftpserver_1_1 = "1.1.4" version_ftpserver_1_2 = "1.2.1" version_sshd = "2.18.0" diff --git a/static/mina-project/gen-docs/.htaccess b/static/mina-project/gen-docs/.htaccess index 24abe6b37..fd1ea0fe2 100644 --- a/static/mina-project/gen-docs/.htaccess +++ b/static/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.29/ [QSA,L] -RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.29/$1 [QSA,L] +RewriteRule ^latest-2.0$ https://nightlies.apache.org/mina/mina/2.0.30/ [QSA,L] +RewriteRule ^latest-2.0/(.*)$ https://nightlies.apache.org/mina/mina/2.0.30/$1 [QSA,L] -RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.13/ [QSA,L] -RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.13/$1 [QSA,L] +RewriteRule ^latest-2.1$ https://nightlies.apache.org/mina/mina/2.1.14/ [QSA,L] +RewriteRule ^latest-2.1/(.*)$ https://nightlies.apache.org/mina/mina/2.1.14/$1 [QSA,L] -RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.8/ [QSA,L] -RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.8/$1 [QSA,L] +RewriteRule ^latest-2.2$ https://nightlies.apache.org/mina/mina/2.2.9/ [QSA,L] +RewriteRule ^latest-2.2/(.*)$ https://nightlies.apache.org/mina/mina/2.2.9/$1 [QSA,L] # Redirect everything else RewriteRule ^(.*)$ https://nightlies.apache.org/mina/mina/$1 [QSA,L]
