This is an automated email from the ASF dual-hosted git repository.

tomaswolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 54ddd7a8e Mention SSHD 3.0.0 milestone pre-releases
54ddd7a8e is described below

commit 54ddd7a8e09030020acc3f21719c7f41ae30e4f7
Author: Thomas Wolf <[email protected]>
AuthorDate: Sat Apr 18 21:11:02 2026 +0200

    Mention SSHD 3.0.0 milestone pre-releases
---
 source/sshd-project/__index.md   |  2 ++
 source/sshd-project/downloads.md | 27 ++++++++++++++++++++++++---
 source/sshd-project/sources.md   |  2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/source/sshd-project/__index.md b/source/sshd-project/__index.md
index 964862c69..337a86d37 100644
--- a/source/sshd-project/__index.md
+++ b/source/sshd-project/__index.md
@@ -17,3 +17,5 @@ The library can leverage several I/O back-ends:
 * the [Netty](https://netty.io) asynchronous event-driven network framework is 
also supported.
 
 The technical documentation is maintained in the [source 
tree](https://github.com/apache/mina-sshd).
+
+For the latest release, see the ["Downloads"](./downloads.html) page.
diff --git a/source/sshd-project/downloads.md b/source/sshd-project/downloads.md
index 7ee905e30..73610a71c 100644
--- a/source/sshd-project/downloads.md
+++ b/source/sshd-project/downloads.md
@@ -1,9 +1,10 @@
 ---
 type: sshd
 title: SSHD Downloads
+version: 3.0.0-M3
 ---
 
-# Latest SSHD Release
+# Latest SSHD Release: {{< version_sshd >}}
 
 The latest release is the SSHD {{< version_sshd >}} release.
 See the [release notes](download_{{< version_sshd >}}.html).
@@ -17,11 +18,31 @@ See the [release notes](download_{{< version_sshd >}}.html).
 
 See also [Verifying Releases](/verifying-releases.html).
 
-# Development snapshots
+# Development Snapshots
 
 You can [build](building.html) the latest version from [sources](sources.html).
 
-# Previous releases
+# Future 3.0.0 Release
+
+A new major release 3.0.0 of Apache MINA SSHD is currently being developed. 
Milestone pre-releases are made available via Maven Central, and source and 
binary distributions are available through the usual channels.
+
+Version 3.0.0 is *not* API compatible with the current 2.x main releases.
+
+The last milestone pre-release is **{{< version >}}**.
+
+* The new release is developed in the `dev_3.0` branch of the git repository.
+* [Documentation](https://github.com/apache/mina-sshd/blob/dev_3.0/CHANGES.md) 
is available in the git repository.
+* API comparison reports and a rough roadmap are given on a [Apache MINA SSHD 
3.0.0 development website](https://apache.github.io/mina-sshd).
+* Source distributions:
+    * [Apache Mina SSHD {{< version >}} Sources 
(.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/{{< version 
>}}/apache-sshd-{{< version >}}-src.tar.gz) 
[PGP](https://downloads.apache.org/mina/sshd/{{< version >}}/apache-sshd-{{< 
version >}}-src.tar.gz.asc) [SHA512](https://downloads.apache.org/mina/sshd/{{< 
version >}}/apache-sshd-{{< version >}}-src.tar.gz.sha512)
+    * [Apache Mina SSHD {{< version >}} Sources 
(.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/{{< version 
>}}/apache-sshd-{{< version >}}-src.zip) 
[PGP](https://downloads.apache.org/mina/sshd/{{< version >}}/apache-sshd-{{< 
version >}}-src.zip.asc) [SHA512](https://downloads.apache.org/mina/sshd/{{< 
version >}}/apache-sshd-{{< version >}}-src.zip.sha512)
+* Binary distributions:
+    * [Apache Mina SSHD {{< version >}} Binary 
(.tar.gz)](https://www.apache.org/dyn/closer.lua/mina/sshd/{{< version 
>}}/apache-sshd-{{< version >}}.tar.gz) 
[PGP](https://downloads.apache.org/mina/sshd/{{< version >}}/apache-sshd-{{< 
version >}}.tar.gz.asc) [SHA512](https://downloads.apache.org/mina/sshd/{{< 
version >}}/apache-sshd-{{< version >}}.tar.gz.sha512)
+    * [Apache Mina SSHD {{< version >}} Binary 
(.zip)](https://www.apache.org/dyn/closer.lua/mina/sshd/{{< version 
>}}/apache-sshd-{{< version >}}.zip) 
[PGP](https://downloads.apache.org/mina/sshd/{{< version >}}/apache-sshd-{{< 
version >}}.zip.asc) [SHA512](https://downloads.apache.org/mina/sshd/{{< 
version >}}/apache-sshd-{{< version >}}.zip.sha512)
+
+The 3.0.0 milestone pre-releases pass all the usual quality tests and are 
built, signed, and distributed like regular releases.
+
+# Previous Releases
 
 * [SSHD 0.1.0](download_0.1.0.html)
 * [SSHD 0.2.0](download_0.2.0.html)
diff --git a/source/sshd-project/sources.md b/source/sshd-project/sources.md
index 503108e9e..342b5b439 100644
--- a/source/sshd-project/sources.md
+++ b/source/sshd-project/sources.md
@@ -26,6 +26,6 @@ You will not be able to commit into the project if you are 
not a committer.
 The main repository is also [mirrored at 
GitHub](https://github.com/apache/mina-sshd). It can be cloned from there, or 
you can create your own fork and clone that. If you plan on submitting a GitHub 
pull request, use a fork.
 
 # Documentation
-The Website documentation is published via Apache SVN pubsub. The website 
source resides at
+The website documentation is published via Apache SVN pubsub. The website 
source resides at
 
 [https://github.com/apache/mina-site/](https://github.com/apache/mina-site/)

Reply via email to