You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/26 19:14:07 UTC

commons-build-plugin git commit: Fix typos about fixing typos.

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master efaa5946a -> 5d0065f2c


Fix typos about fixing typos.

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/5d0065f2
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/5d0065f2
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/5d0065f2

Branch: refs/heads/master
Commit: 5d0065f2c82027cdf18d70d3ff1b1d4f4bbb0e26
Parents: efaa594
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat May 26 13:14:04 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat May 26 13:14:04 2018 -0600

----------------------------------------------------------------------
 RELEASE-NOTES.txt       | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/5d0065f2/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index dc3e669..ee9f711 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,7 +16,7 @@ VERSION 1.9 - 2018-04-DD
 Changes since the last release:
 1. Fix in src/main/resources/commons-xdoc-templates/readme-md-template.md for components that have a major version number in their artifact IDs.
 2. Add goal for creating all items for pre-release. 
-3. Fix README.md generation typo: 'Javadoc' -> 'Javadoc'.
+3. Fix README.md generation typo: 'JavaDoc' -> 'Javadoc'.
 4. Change the Maven goal prefix from "commons" to "commons-build".
 
 VERSION 1.8 - 2018-04-02

http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/5d0065f2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d97198..eedf4cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,7 +33,7 @@
         Add goal for creating all items for pre-release.
       </action>
       <action dev="ggregory" type="add">
-        Fix README.md generation typo: 'Javadoc' -> 'Javadoc'.
+        Fix README.md generation typo: 'JavaDoc' -> 'Javadoc'.
       </action>
       <action dev="ggregory" type="update">
         Change the Maven goal prefix from "commons" to "commons-build".