From 8b21743710d5593e3b193577f0be2feb15ad567f Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sat, 27 May 2023 15:47:26 +0200 Subject: [PATCH] GH-356: Mention where to find releases in the README Also mention where to find snapshot releases. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a53185e66..906193ca8 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,17 @@ The library can leverage several I/O back-ends: * [Apache MINA](https://mina.apache.org), a scalable and high performance asynchronous I/O library, can be used instead, or * the [Netty](https://netty.io) asynchronous event-driven network framework is also supported. -# [Supported standards](./docs/standards.md) +# Releases + +Releases of Apache MINA sshd are available at [Maven Central](https://mvnrepository.com/artifact/org.apache.sshd). `tar.gz` and +ZIP source and binary distributions are available at the [Apache MINA sshd](https://mina.apache.org/sshd-project/downloads.html) +web site. + +*Snapshot* releases from the main branch are published on each push or merge on the main branch, if the tests pass successfully. +These snapshot releases are available at the [Apache Snapshot](https://repository.apache.org/content/repositories/snapshots) +maven repository. -# [Release notes](./CHANGES.md) +## [Release notes](./CHANGES.md) # Issue reporting @@ -22,6 +30,8 @@ or at the [Apache issue tracker](https://issues.apache.org/jira/projects/SSHD). Sensitive issues such as security vulnerabilities must be reported through [private channels](./SECURITY.md), not via either issue tracker. +# [Supported standards](./docs/standards.md) + # Core requirements * Java 8+ (as of version 1.3)