You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/10/03 14:17:53 UTC

svn commit: r1706560 - in /commons/proper/csv/trunk: CONTRIBUTING.md README.md

Author: britter
Date: Sat Oct  3 12:17:53 2015
New Revision: 1706560

URL: http://svn.apache.org/viewvc?rev=1706560&view=rev
Log:
Add github badges to README.md instead of CONTRIBUTING.md

Modified:
    commons/proper/csv/trunk/CONTRIBUTING.md
    commons/proper/csv/trunk/README.md

Modified: commons/proper/csv/trunk/CONTRIBUTING.md
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/CONTRIBUTING.md?rev=1706560&r1=1706559&r2=1706560&view=diff
==============================================================================
--- commons/proper/csv/trunk/CONTRIBUTING.md (original)
+++ commons/proper/csv/trunk/CONTRIBUTING.md Sat Oct  3 12:17:53 2015
@@ -41,9 +41,6 @@
 Contributing to 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/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
-
 You have found a bug or you have an idea for a cool new feature? Contributing code is a great way to give something back to
 the open source community. Before you dig right into the code there are a few guidelines that we need contributors to
 follow so that we can have a chance of keeping on top of things.

Modified: commons/proper/csv/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/README.md?rev=1706560&r1=1706559&r2=1706560&view=diff
==============================================================================
--- commons/proper/csv/trunk/README.md (original)
+++ commons/proper/csv/trunk/README.md Sat Oct  3 12:17:53 2015
@@ -43,6 +43,9 @@
 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/)
+[![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.