You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/11/29 14:40:56 UTC

[45/50] commons-build-plugin git commit: COMMONSSITE-94: Include JavaDoc badge in READM.md file.

COMMONSSITE-94: Include JavaDoc badge in READM.md file.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1809654 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/9af4de0f
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/9af4de0f
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/9af4de0f

Branch: refs/heads/master
Commit: 9af4de0f85f84a814dc6072b36c984af833bf804
Parents: b226356
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Sep 25 18:43:44 2017 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Sep 25 18:43:44 2017 +0000

----------------------------------------------------------------------
 src/changes/changes.xml                                         | 3 +++
 src/main/resources/commons-xdoc-templates/readme-md-template.md | 1 +
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/9af4de0f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e701ef..19a093b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/9af4de0f/src/main/resources/commons-xdoc-templates/readme-md-template.md
----------------------------------------------------------------------
diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 4bedf93..eac336a 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -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@