Updated README.md for release 1.5
Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9479bfaa Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/9479bfaa Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/9479bfaa Branch: refs/heads/CSV-216 Commit: 9479bfaaa9948e93c68d15f9315afb6ef5c4c72c Parents: d032c24 Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Authored: Sat Aug 26 20:21:48 2017 +1200 Committer: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Committed: Sun Aug 27 10:51:00 2017 +1200 ---------------------------------------------------------------------- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/9479bfaa/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2f6e6e7..87f1c60 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,18 @@ Apache Commons CSV =================== -The Apache Commons CSV library provides a simple interface for reading and writing -CSV files of various types. - [](https://travis-ci.org/apache/commons-csv) -[](https://coveralls.io/github/apache/commons-csv?branch=master) +[](https://coveralls.io/r/apache/commons-csv) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/) [](http://www.apache.org/licenses/LICENSE-2.0.html) +The Apache Commons CSV library provides a simple interface for reading and writing +CSV files of various types. + Documentation ------------- -More information can be found on the [homepage](https://commons.apache.org/proper/commons-csv). +More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv). The [JavaDoc](https://commons.apache.org/proper/commons-csv/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml]. @@ -68,14 +68,14 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> - <version>1.4</version> + <version>1.5</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. @@ -87,7 +87,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines 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 --------- @@ -97,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/CSV) + [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