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 7d5fb4d  Javadoc: Use {@code } instead of HTML tags.
7d5fb4d is described below

commit 7d5fb4d2cfbe4d904b5c2729c37cfca6b291f10c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Apr 28 15:10:29 2023 -0400

    Javadoc: Use {@code } instead of HTML tags.
---
 .../commons/release/plugin/mojos/CommonsDistributionStagingMojo.java    | 2 +-
 .../apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 3808aec..5ee0383 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
@@ -119,7 +119,7 @@ public class CommonsDistributionStagingMojo extends 
AbstractMojo {
 
     /**
      * A boolean that determines whether or not we actually commit the files 
up to the subversion repository.
-     * If this is set to <code>true</code>, we do all but make the commits. We 
do checkout the repository in question
+     * If this is set to {@code true}, we do all but make the commits. We do 
checkout the repository in question
      * though.
      */
     @Parameter(property = "commons.release.dryRun", defaultValue = "false")
diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
index 62cad76..a6d18a0 100644
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.java
@@ -80,7 +80,7 @@ public class CommonsStagingCleanupMojo extends AbstractMojo {
 
     /**
      * A boolean that determines whether or not we actually commit the files 
up to the subversion repository.
-     * If this is set to <code>true</code>, we do all but make the commits. We 
do checkout the repository in question
+     * If this is set to {@code true}, we do all but make the commits. We do 
checkout the repository in question
      * though.
      */
     @Parameter(property = "commons.release.dryRun", defaultValue = "false")

Reply via email to