Skip to content

Commit

Permalink
apacheGH-356: Mention where to find releases in the README
Browse files Browse the repository at this point in the history
Also mention where to find snapshot releases.
  • Loading branch information
tomaswolf committed May 27, 2023
1 parent baf853f commit 8b21743
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down

0 comments on commit 8b21743

Please sign in to comment.