From 306faf881c1b71de7cb34e205cdf0513ce8dba4c Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Fri, 19 Jul 2024 13:03:22 +0200 Subject: [PATCH] MODCLUSTER-828 Move main to 2.1 and setup 2.0.x branch --- docs/src/main/asciidoc/introduction.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/src/main/asciidoc/introduction.adoc b/docs/src/main/asciidoc/introduction.adoc index 88a9430c..35645201 100644 --- a/docs/src/main/asciidoc/introduction.adoc +++ b/docs/src/main/asciidoc/introduction.adoc @@ -34,19 +34,20 @@ the former name mod_cluster is currently used for container implementation. === Container Integration Modules |=== -| Release | Tomcat versions | Links +| Release | Tomcat versions | Code | Documentation -| `1.4` | `7` (EOL), `8` (EOL), `8.5`, `9` | https://github.com/modcluster/mod_cluster/tree/1.4.x[SCM Branch] https://docs.modcluster.io/apidocs/1.4/[Javadoc] -| `2.0` | `8.5`, `9.0`, `10.1` | https://github.com/modcluster/mod_cluster/tree/main[SCM Branch] https://docs.modcluster.io/apidocs/2.0/[Javadoc] +| `1.4` | `9.0`, `8.5` (EOL), `8.0` (EOL), `7.0` (EOL) | https://github.com/modcluster/mod_cluster/tree/1.4.x[SCM Branch] | https://docs.modcluster.io/apidocs/1.4/[Javadoc] +| `2.0` | `10.1`, `9.0`, `8.5` (EOL) | https://github.com/modcluster/mod_cluster/tree/2.0.x[SCM Branch] | https://docs.modcluster.io/apidocs/2.0/[Javadoc] +| `2.1` (in development) | `11.0`, `10.1`, `9.0` | https://github.com/modcluster/mod_cluster/tree/main[SCM Branch] | |=== === Apache HTTP modules |=== -| Release | httpd versions | Links +| Release | httpd versions | Code | Documentation -| `1.3` | 2.4.49 and newer | https://github.com/modcluster/mod_cluster/tree/1.3.x[SCM Branch] -| `2.0` (in development) | 2.4.53 and newer | https://github.com/modcluster/mod_proxy_cluster/tree/main[SCM Branch] https://docs.modcluster.io/apidocs/mpc-2.0/[Doxygen] +| `1.3` | 2.4.49 and newer | https://github.com/modcluster/mod_cluster/tree/1.3.x[SCM Branch] | +| `2.0` (in development) | 2.4.53 and newer | https://github.com/modcluster/mod_proxy_cluster/tree/main[SCM Branch] | https://docs.modcluster.io/apidocs/mpc-2.0/[Doxygen] |=== Complete documentation for legacy versions is archived at https://docs.modcluster.io/legacy/.