This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 63befd6 Regenerate 63befd6 is described below commit 63befd6658646ad1224ef1dd87ae499af55eab30 Author: Sebb <s...@apache.org> AuthorDate: Tue Jun 16 13:43:45 2020 +0100 Regenerate --- CONTRIBUTING.md | 4 ++-- README.md | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e47994..cfadadb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | +======================================================================+ | | - | 1) Re-generate using: mvn commons:contributing-md | + | 1) Re-generate using: mvn commons-build:contributing-md | | | | 2) Set the following properties in the component's pom: | | - commons.jira.id (required, alphabetic, upper case) | @@ -107,7 +107,7 @@ Additional Resources + [Apache Commons Net JIRA project page][jira] + [Contributor License Agreement][cla] + [General GitHub documentation](https://help.github.com/) -+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/) ++ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/) + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) + `#apache-commons` IRC channel on `irc.freenode.net` diff --git a/README.md b/README.md index fba39b6..15f0f7b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,10 @@ Apache Commons Net =================== -[](https://travis-ci.org/apache/commons-net) +[](https://travis-ci.org/apache/commons-net) +[](https://coveralls.io/r/apache/commons-net) +[](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/) +[](http://www.apache.org/licenses/LICENSE-2.0.html) Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois @@ -52,7 +55,7 @@ Documentation ------------- More information can be found on the [Apache Commons Net homepage](https://commons.apache.org/proper/commons-net). -The [Javadoc](https://commons.apache.org/proper/commons-net/javadocs/api-release) can be browsed. +The [JavaDoc](https://commons.apache.org/proper/commons-net/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Net should be posted to the [user mailing list][ml]. Where can I get the latest release?