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 17:51:31 UTC

svn commit: r1803675 - /commons/proper/codec/trunk/README.md

Author: pascalschumacher
Date: Tue Aug  1 17:51:31 2017
New Revision: 1803675

URL: http://svn.apache.org/viewvc?rev=1803675&view=rev
Log:
README.md:
- fix broken build status badge
- remove broken coverage badge
- remove maven central badge (just displays bongus version 20041127.091804)
- remove redundant license badge (github nowadays already displays the license of a project)

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

Modified: commons/proper/codec/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/README.md?rev=1803675&r1=1803674&r2=1803675&view=diff
==============================================================================
--- commons/proper/codec/trunk/README.md (original)
+++ commons/proper/codec/trunk/README.md Tue Aug  1 17:51:31 2017
@@ -43,10 +43,7 @@
 Apache Commons Codec
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-codec.svg?branch=master)](https://travis-ci.org/apache/commons-codec)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-codec)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+[![Build Status](https://travis-ci.org/apache/commons-codec.svg?branch=trunk)](https://travis-ci.org/apache/commons-codec)
 
 The Apache Commons Codec package contains simple encoder and decoders for
      various formats such as Base64 and Hexadecimal.  In addition to these