This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 37f5650  Javadoc: Empty Javadoc line before the 1st tag.
37f5650 is described below

commit 37f5650205ffa9666ae7313d90fecbef3f9b258d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:04:44 2025 -0500

    Javadoc: Empty Javadoc line before the 1st tag.
---
 .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java       | 1 +
 .../commons/release/plugin/mojos/CommonsDistributionStagingMojo.java  | 2 ++
 .../commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java   | 1 +
 .../commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java   | 4 ++++
 4 files changed, 8 insertions(+)

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 7d6f3ca..e94487b 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
@@ -244,6 +244,7 @@ public final 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.
      * @throws MojoExecutionException if an {@link IOException} occurs when 
getting the sha512 of the
      *                                artifact.
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 cf96e8f..de246ac 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -211,6 +211,7 @@ public final class CommonsDistributionStagingMojo extends 
AbstractMojo {
      *     </ul>
      *     </li>
      * </ul>
+     *
      * @return the {@link List} of created files above
      * @throws MojoExecutionException if an {@link IOException} occurs in the 
creation of these
      *                                files fails.
@@ -498,6 +499,7 @@ public final class CommonsDistributionStagingMojo extends 
AbstractMojo {
 
     /**
      * Lists all directories and files to a flat list.
+     *
      * @param directory {@link File} containing directory to list
      * @param files a {@link List} of {@link File} to which to append the 
files.
      */
diff --git 
a/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java
 
b/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java
index 6cce80b..adb8a21 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegate.java
@@ -45,6 +45,7 @@ public final class HeaderHtmlVelocityDelegate {
 
         /**
          * Builds up the {@link ReadmeHtmlVelocityDelegate} from the 
previously set parameters.
+         *
          * @return a new {@link ReadmeHtmlVelocityDelegate}.
          */
         public HeaderHtmlVelocityDelegate build() {
diff --git 
a/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java
 
b/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java
index 45f96e3..75d27b8 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java
@@ -52,6 +52,7 @@ public final class ReadmeHtmlVelocityDelegate {
 
         /**
          * Builds up the {@link ReadmeHtmlVelocityDelegate} from the 
previously set parameters.
+         *
          * @return a new {@link ReadmeHtmlVelocityDelegate}.
          */
         public ReadmeHtmlVelocityDelegate build() {
@@ -60,6 +61,7 @@ public final class ReadmeHtmlVelocityDelegate {
 
         /**
          * Adds the artifactId to the {@link ReadmeHtmlVelocityDelegate}.
+         *
          * @param artifactId the {@link String} representing the maven 
artifactId.
          * @return the builder to continue building.
          */
@@ -70,6 +72,7 @@ public final class ReadmeHtmlVelocityDelegate {
 
         /**
          * Adds the siteUrl to the {@link ReadmeHtmlVelocityDelegate}.
+         *
          * @param siteUrl the site url to be used in the 
<code>README.html</code>
          * @return the builder to continue building.
          */
@@ -80,6 +83,7 @@ public final class ReadmeHtmlVelocityDelegate {
 
         /**
          * Adds the version to the {@link ReadmeHtmlVelocityDelegate}.
+         *
          * @param version the maven version.
          * @return the builder to continue building.
          */

Reply via email to