Repository: commons-build-plugin Updated Branches: refs/heads/master d3f5ee6fd -> 74c8cedfd
Typo: 'JavaDoc' -> 'Javadoc'. 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/74c8cedf Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/74c8cedf Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/74c8cedf Branch: refs/heads/master Commit: 74c8cedfd26994d9881ba026740b59632d4a0859 Parents: d3f5ee6 Author: Gary Gregory <[email protected]> Authored: Tue May 15 12:14:27 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Tue May 15 12:14:27 2018 -0600 ---------------------------------------------------------------------- README.md | 2 +- RELEASE-NOTES.txt | 2 +- src/changes/changes.xml | 2 +- src/main/resources/commons-xdoc-templates/readme-md-template.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/74c8cedf/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 15ba4a3..831f061 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Documentation ------------- More information can be found on the [homepage](https://commons.apache.org/proper/commons-commons-build-plugin). -The [JavaDoc](https://commons.apache.org/proper/commons-commons-build-plugin/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-commons-build-plugin/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons Build Plugin Maven Mojo should be posted to the [user mailing list][ml]. [](https://travis-ci.org/apache/commons-build-plugin) http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/74c8cedf/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7b7d270..725b89e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -16,7 +16,7 @@ VERSION 1.8 - 2018-MM-DD Changes since the last release 1. Fix EOL-style so generated files have correct setting 2. Change download page from MD5 to SHA1 -3. Include JavaDoc badge in README.md file. +3. Include Javadoc badge in README.md file. VERSION 1.7 - 2016-11-18 ------------------------ http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/74c8cedf/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 228447c..b567b6a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,7 +38,7 @@ Use sha1 signatures as opposed to md5 signatures in download page. </action> <action dev="britter" type="add" issue="COMMONSSITE-94"> - Include JavaDoc badge in README.md file. + Include Javadoc badge in README.md file. </action> <action dev="sebb" type="fix"> Add eol-style:native otherwise generated files can cause commit errors http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/74c8cedf/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 100e77d..d7500ff 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -54,7 +54,7 @@ Documentation ------------- More information can be found on the [@NAME@ homepage](https://commons.apache.org/proper/commons-@ID@). -The [JavaDoc](https://commons.apache.org/proper/commons-@ID@/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-@ID@/javadocs/api-release) can be browsed. Questions related to the usage of @NAME@ should be posted to the [user mailing list][ml]. Where can I get the latest release?
