commons-release-plugin git commit: Javadoc typos.

2018-05-30 Thread ggregory
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 
Authored: Wed May 30 11:26:27 2018 -0600
Committer: Gary Gregory 
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: 
scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo/version-RC#.
 Note. that
  * the prefix to the substring https 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;



commons-release-plugin git commit: Javadoc typos.

2018-05-30 Thread ggregory
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 
Authored: Wed May 30 11:19:28 2018 -0600
Committer: Gary Gregory 
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 
target/commons-release-notes/scm
  * 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 {
  *   
target/commons-release-plugin/scm 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 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() {



commons-release-plugin git commit: Javadoc typos.

2018-05-29 Thread ggregory
Repository: commons-release-plugin
Updated Branches:
  refs/heads/master ff15774ef -> 8c1a24834


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

Branch: refs/heads/master
Commit: 8c1a2483453a22012f7f2b6ffe45efed1853d6ff
Parents: ff15774
Author: Gary Gregory 
Authored: Tue May 29 15:54:28 2018 -0600
Committer: Gary Gregory 
Committed: Tue May 29 15:54:28 2018 -0600

--
 .../CommonsDistributionDetachmentMojo.java  | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8c1a2483/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
--
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
index 376fd78..55abc09 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
@@ -40,9 +40,9 @@ import org.apache.maven.plugins.annotations.Parameter;
 import org.apache.maven.project.MavenProject;
 
 /**
- * The purpose of this maven mojo is to detach the artifacts generated by the 
maven-assembly-plugin,
+ * The purpose of this Maven mojo is to detach the artifacts generated by the 
maven-assembly-plugin,
  * which for the Apache Commons Project do not get uploaded to Nexus, and 
putting those artifacts
- * in the dev distribution location for apache projects.
+ * in the dev distribution location for Apache projects.
  *
  * @author chtompki
  * @since 1.0
@@ -54,7 +54,7 @@ import org.apache.maven.project.MavenProject;
 public class CommonsDistributionDetachmentMojo extends AbstractMojo {
 
 /**
- * A list of "artifact types" in the maven vernacular, to
+ * A list of "artifact types" in the Maven vernacular, to
  * be detached from the deployment. For the time being we want
  * all artifacts generated by the maven-assembly-plugin to be detached
  * from the deployment, namely *-src.zip, *-src.tar.gz, *-bin.zip,
@@ -71,8 +71,8 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
 }
 
 /**
- * This list is supposed to hold the maven references to the aformentioned 
artifacts so that we
- * can upload them to svn after they've been detached from the maven 
deployment.
+ * This list is supposed to hold the Maven references to the 
aforementioned artifacts so that we
+ * can upload them to svn after they've been detached from the Maven 
deployment.
  */
 private List detachedArtifacts = new ArrayList<>();
 
@@ -153,7 +153,7 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
 
 /**
  * Takes an attached artifact and puts the signature in the map.
- * @param artifact is a maven {@link Artifact} taken from the project at 
start time of mojo.
+ * @param artifact is a Maven {@link Artifact} taken from the project at 
start time of mojo.
  * @throws MojoExecutionException if an {@link IOException} occurs when 
getting the sha1 of the
  *artifact.
  */
@@ -181,7 +181,7 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
 
 /**
  * Takes an attached artifact and puts the signature in the map.
- * @param artifact is a maven {@link Artifact} taken from the project at 
start time of mojo.
+ * @param artifact is a Maven {@link Artifact} taken from the project at 
start time of mojo.
  * @throws MojoExecutionException if an {@link IOException} occurs when 
getting the sha1 of the
  *artifact.
  */
@@ -224,7 +224,7 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
 /**
  * Writes to ./target/commons-release-plugin/sha256.properties the 
artifact sha256's.
  *
- * @throws MojoExecutionException if we cant write the file due to an 
{@link IOException}.
+ * @throws MojoExecutionException if we can't write the file due to an 
{@link IOException}.
  */
 private void logAllArtifactsInSha256PropertiesFile() throws 
MojoExecutionException {
 File propertiesFile = new File(workingDirectory, "sha256.properties");
@@ -240,7 +240,7 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
  * so that the {@link Comm

commons-release-plugin git commit: Javadoc typos.

2018-05-17 Thread ggregory
Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 9239581b4 -> 1feed287d


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

Branch: refs/heads/master
Commit: 1feed287dfc441d432fd75a9a0b08280d1d46d84
Parents: 9239581
Author: Gary Gregory 
Authored: Thu May 17 08:45:00 2018 -0600
Committer: Gary Gregory 
Committed: Thu May 17 08:45:00 2018 -0600

--
 .../java/org/apache/commons/release/plugin/SharedFunctions.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/1feed287/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
--
diff --git 
a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java 
b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
index f5ecde4..7d8e476 100644
--- a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
+++ b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
@@ -70,8 +70,8 @@ public final class SharedFunctions {
 }
 
 /**
- * Copies a {@link File} from the fromfile to the 
tofile and logs the failure
- * using the maven {@link Log}.
+ * Copies a {@link File} from the fromFile to the 
toFile and logs the failure
+ * using the Maven {@link Log}.
  *
  * @param log the {@link Log}, the maven logger.
  * @param fromFile the {@link File} from which to copy.