Updated README.md for release 1.5
This commit is contained in:
parent
d032c24af9
commit
9479bfaaa9
22
README.md
22
README.md
|
@ -43,18 +43,18 @@
|
||||||
Apache Commons CSV
|
Apache Commons CSV
|
||||||
===================
|
===================
|
||||||
|
|
||||||
The Apache Commons CSV library provides a simple interface for reading and writing
|
|
||||||
CSV files of various types.
|
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/apache/commons-csv.svg?branch=master)](https://travis-ci.org/apache/commons-csv)
|
[![Build Status](https://travis-ci.org/apache/commons-csv.svg?branch=master)](https://travis-ci.org/apache/commons-csv)
|
||||||
[![Coverage Status](https://coveralls.io/repos/github/apache/commons-csv/badge.svg?branch=master)](https://coveralls.io/github/apache/commons-csv?branch=master)
|
[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-csv)
|
||||||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
|
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
|
||||||
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
|
[![License](http://img.shields.io/:license-apache-blue.svg)](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
|
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.
|
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].
|
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>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-csv</artifactId>
|
<artifactId>commons-csv</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
Contributing
|
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:
|
There are some guidelines which will make applying PRs easier for us:
|
||||||
+ No tabs! Please use spaces for indentation.
|
+ No tabs! Please use spaces for indentation.
|
||||||
+ Respect the code style.
|
+ Respect the code style.
|
||||||
|
@ -87,7 +87,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines
|
||||||
|
|
||||||
License
|
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
|
Donations
|
||||||
---------
|
---------
|
||||||
|
@ -97,8 +99,8 @@ Additional Resources
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
+ [Apache Commons Homepage](https://commons.apache.org/)
|
+ [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)
|
+ [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
|
[ml]:https://commons.apache.org/mail-lists.html
|
||||||
|
|
Loading…
Reference in New Issue