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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit cc93a42ba9dc8fc55095e182d12307e1a7ff1280
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Apr 17 23:01:50 2022 +0200

    Drop $Id$
---
 .../org/apache/maven/reporting/exec/MavenReportExecutorRequest.java  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/reporting/exec/MavenReportExecutorRequest.java 
b/src/main/java/org/apache/maven/reporting/exec/MavenReportExecutorRequest.java
index 6b595ce..7c9199c 100644
--- 
a/src/main/java/org/apache/maven/reporting/exec/MavenReportExecutorRequest.java
+++ 
b/src/main/java/org/apache/maven/reporting/exec/MavenReportExecutorRequest.java
@@ -29,11 +29,10 @@ import 
org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration;
 import org.codehaus.plexus.util.xml.Xpp3Dom;
 
 /**
- * Bean which contains necessary informations to build {@link 
MavenReportExecution} with {@link MavenReportExecutor}: 
+ * Bean which contains necessary informations to build {@link 
MavenReportExecution} with {@link MavenReportExecutor}:
  * the intent is to store some informations regarding the current Maven 
execution.
- * 
+ *
  * @author Olivier Lamy
- * @version $Id$
  */
 public class MavenReportExecutorRequest
 {

Reply via email to