Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 8a4c5a37d -> 7a90d9875


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

Branch: refs/heads/master
Commit: 7a90d9875a9f86611dfc415d276f8386a8659f03
Parents: 8a4c5a3
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Wed May 30 11:19:28 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Wed May 30 11:19:28 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/7a90d987/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 150781b..953c3fc 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
@@ -206,7 +206,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
      * @return the RELEASE-NOTES.txt file that exists in the 
<code>target/commons-release-notes/scm</code>
      *         directory for the purpose of adding it to the scm change set in 
the method
      *         {@link 
CommonsDistributionStagingMojo#copyDistributionsIntoScmDirectoryStructure(File)}.
-     * @throws MojoExecutionException if an {@link IOException} occurrs as a 
wrapper so that maven
+     * @throws MojoExecutionException if an {@link IOException} occurs as a 
wrapper so that maven
      *                                can properly handle the exception.
      */
     private File copyReleaseNotesToWorkingDirectory() throws 
MojoExecutionException {
@@ -243,7 +243,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
      *                           
<code>target/commons-release-plugin/scm</code> directory.
      * @return a {@link List} of {@link File}'s in the directory for the 
purpose of adding them to the maven
      *         {@link ScmFileSet}.
-     * @throws MojoExecutionException if an {@link IOException} occurrs so 
that Maven can handle it properly.
+     * @throws MojoExecutionException if an {@link IOException} occurs so that 
Maven can handle it properly.
      */
     private List<File> copyDistributionsIntoScmDirectoryStructure(File 
copiedReleaseNotes)
             throws MojoExecutionException {
@@ -366,7 +366,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
     /**
      * Build the path for the distribution binaries directory.
      *
-     * @return the local absolute path into the checkedout subversion 
repository that is where
+     * @return the local absolute path into the checked out subversion 
repository that is where
      *         the binaries distributions are to be copied.
      */
     private String buildDistBinariesRoot() {
@@ -378,7 +378,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
     /**
      * Build the path for the distribution source directory.
      *
-     * @return the local absolute path into the checkedout subversion 
repository that is where
+     * @return the local absolute path into the checked out subversion 
repository that is where
      *         the source distributions are to be copied.
      */
     private String buildDistSourceRoot() {

Reply via email to