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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new db0ef30  [MCHANGELOG-128] remove unused parameter commentFormat
db0ef30 is described below

commit db0ef30f31cb5f872bfb3bc5d2c21e494ffadc4c
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Fri May 3 18:33:27 2024 +0200

    [MCHANGELOG-128] remove unused parameter commentFormat
    
    Co-authored-by: Lutz Horn <c...@lhorn.de>
    Closes: #2
---
 .../java/org/apache/maven/plugins/changelog/ChangeLogReport.java  | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java 
b/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java
index 535dc32..a5dfbbe 100644
--- a/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java
+++ b/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java
@@ -169,14 +169,6 @@ public class ChangeLogReport extends AbstractMavenReport {
     @Parameter(property = "outputXMLExpiration", defaultValue = "60", required 
= true)
     private int outputXMLExpiration;
 
-    /**
-     * Comment format string used for interrogating
-     * the revision control system.
-     * Currently only used by the ClearcaseChangeLogGenerator.
-     */
-    @Parameter(property = "changelog.commentFormat")
-    private String commentFormat;
-
     /**
      * The file encoding when writing non-HTML reports.
      */

Reply via email to