Author: ggregory
Date: Wed Nov 16 08:43:30 2016
New Revision: 1769938

URL: http://svn.apache.org/viewvc?rev=1769938&view=rev
Log:
[COMMONSSITE-90] Include badges in the README.md file.

Modified:
    commons/proper/commons-build-plugin/trunk/src/changes/changes.xml
    
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md

Modified: commons/proper/commons-build-plugin/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/changes/changes.xml?rev=1769938&r1=1769937&r2=1769938&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Wed Nov 
16 08:43:30 2016
@@ -30,6 +30,9 @@
       <action dev="sebb" type="add">
         Added new download-page subdir property: set this (e.g. to '1.2' or 
'lang-1.2' etc) to override the default of binaries/source 
       </action>
+      <action dev="ggregory" type="add" issue="COMMONSSITE-90">
+        Include badges in the README.md file. 
+      </action>
     </release>
 
     <release version="1.5" date="2015-11-28" description="Feature and fix 
release">

Modified: 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md?rev=1769938&r1=1769937&r2=1769938&view=diff
==============================================================================
--- 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md
 (original)
+++ 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md
 Wed Nov 16 08:43:30 2016
@@ -43,6 +43,11 @@
 @NAME@
 ===================
 
+[![Build 
Status](https://travis-ci.org/apache/@[email protected]?branch=master)](https://travis-ci.org/apache/@ARTIFACTCOREID@)
+[![Coverage 
Status](https://coveralls.io/repos/apache/@ARTIFACTCOREID@/badge.svg?branch=master)](https://coveralls.io/r/apache/@ARTIFACTCOREID@)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
 @DESCRIPTION@
 
 Documentation


Reply via email to