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 2017/09/25 18:43:44 UTC

svn commit: r1809654 - in /commons/proper/commons-build-plugin/trunk/src: changes/changes.xml main/resources/commons-xdoc-templates/readme-md-template.md

Author: britter
Date: Mon Sep 25 18:43:44 2017
New Revision: 1809654

URL: http://svn.apache.org/viewvc?rev=1809654&view=rev
Log:
COMMONSSITE-94: Include JavaDoc badge in READM.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=1809654&r1=1809653&r2=1809654&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Mon Sep 25 18:43:44 2017
@@ -31,6 +31,9 @@
       </action>
     </release>
     <release version="1.7" date="2016-11-18" description="Feature release">
+      <action dev="britter" type="add" issue="COMMONSSITE-94">
+        Include JavaDoc badge in READM.md file.
+      </action>
       <action dev="ggregory" type="add" issue="COMMONSSITE-90">
         Include badges in the README.md file. 
       </action>

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=1809654&r1=1809653&r2=1809654&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 Mon Sep 25 18:43:44 2017
@@ -46,6 +46,7 @@
 [![Build Status](https://travis-ci.org/apache/@ARTIFACTCOREID@.svg?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@/)
+[![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
 @DESCRIPTION@