You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/01 16:22:01 UTC

svn commit: r1803662 - /commons/proper/configuration/trunk/README.md

Author: pascalschumacher
Date: Tue Aug  1 16:22:00 2017
New Revision: 1803662

URL: http://svn.apache.org/viewvc?rev=1803662&view=rev
Log:
README.md: add build status and maven central badge

(side-effects: close #1, close #5)

Modified:
    commons/proper/configuration/trunk/README.md

Modified: commons/proper/configuration/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/README.md?rev=1803662&r1=1803661&r2=1803662&view=diff
==============================================================================
--- commons/proper/configuration/trunk/README.md (original)
+++ commons/proper/configuration/trunk/README.md Tue Aug  1 16:22:00 2017
@@ -43,6 +43,9 @@
 Apache Commons Configuration
 ============================
 
+[![Build Status](https://travis-ci.org/apache/commons-configuration.svg?branch=trunk)](https://travis-ci.org/apache/commons-configuration)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-configuration2/)
+
 Tools to assist in the reading of configuration/preferences files in various formats
 
 Documentation