Author: sebb
Date: Fri Feb 10 23:23:07 2017
New Revision: 1782543
URL: http://svn.apache.org/viewvc?rev=1782543&view=rev
Log:
Update to latest generated output
Modified:
commons/proper/net/trunk/README.md
Modified: commons/proper/net/trunk/README.md
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/README.md?rev=1782543&r1=1782542&r2=1782543&view=diff
==============================================================================
--- commons/proper/net/trunk/README.md (original)
+++ commons/proper/net/trunk/README.md Fri Feb 10 23:23:07 2017
@@ -43,13 +43,18 @@
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
Documentation
-------------
-More information can be found on the
[homepage](https://commons.apache.org/proper/commons-net).
+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.
Questions related to the usage of Apache Commons Net should be posted to the
[user mailing list][ml].
@@ -63,14 +68,14 @@ Alternatively you can pull it from the c
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.6</version>
</dependency>
```
Contributing
------------
-We accept PRs via github. The [developer mailing list][ml] is the main channel
of communication for contributors.
+We accept Pull Requests via GitHub. The [developer mailing list][ml] is the
main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
+ No tabs! Please use spaces for indentation.
+ Respect the code style.
@@ -82,7 +87,9 @@ You can learn more about contributing vi
License
-------
-Code is under the [Apache Licence
v2](https://www.apache.org/licenses/LICENSE-2.0.txt).
+This code is under the [Apache Licence
v2](https://www.apache.org/licenses/LICENSE-2.0).
+
+See the `NOTICE.txt` file for required notices and attributions.
Donations
---------
@@ -92,8 +99,8 @@ Additional Resources
--------------------
+ [Apache Commons Homepage](https://commons.apache.org/)
-+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/)
++ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/NET)
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ #apachecommons IRC channel on freenode.org
++ `#apache-commons` IRC channel on `irc.freenode.org`
[ml]:https://commons.apache.org/mail-lists.html