Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 3a28d286a -> 36408526e


Javadoc typos.

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

Branch: refs/heads/master
Commit: 36408526edf8a6910ea5fbabe168aa0f1d039938
Parents: 3a28d28
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Wed May 30 11:26:27 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Wed May 30 11:26:27 2018 -0600

----------------------------------------------------------------------
 .../release/plugin/mojos/CommonsDistributionStagingMojo.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/36408526/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
index 49af069..dc4a180 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -91,7 +91,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
     private File distCheckoutDirectory;
 
     /**
-     * The location of the RELEASE-NOTES.txt file such that multimodule builds 
can configure it.
+     * The location of the RELEASE-NOTES.txt file such that multi-module 
builds can configure it.
      */
     @Parameter(defaultValue = "${basedir}/RELEASE-NOTES.txt", property = 
"commons.releaseNotesLocation")
     private File releaseNotesFile;
@@ -105,7 +105,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
     private Boolean dryRun;
 
     /**
-     * The url of the subversion repository to which we wish the artifacts to 
be staged. Typicallly this would need to
+     * The url of the subversion repository to which we wish the artifacts to 
be staged. Typically this would need to
      * be of the form: 
<code>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo/version-RC#</code>.
 Note. that
      * the prefix to the substring <code>https</code> is a requirement.
      */
@@ -119,7 +119,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
     private Boolean isDistModule;
 
     /**
-     * The username for the distribution subversion repository. This is 
typically your apache id.
+     * The username for the distribution subversion repository. This is 
typically your Apache id.
      */
     @Parameter(property = "user.name")
     private String username;

Reply via email to