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 <[email protected]> Authored: Mon Sep 25 18:43:44 2017 +0000 Committer: Benedikt Ritter <[email protected]> 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 @@ [](https://travis-ci.org/apache/@ARTIFACTCOREID@) [](https://coveralls.io/r/apache/@ARTIFACTCOREID@) [](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/) +[](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@) [](http://www.apache.org/licenses/LICENSE-2.0.html) @DESCRIPTION@
