You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/12/01 18:06:00 UTC

[maven-clean-plugin] branch master updated: Cleanup: remove old CVS tags

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-clean-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b23b07  Cleanup: remove old CVS tags
1b23b07 is described below

commit 1b23b0700b249e0e77b041e169b2f4c1c469e814
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 1 19:05:09 2019 +0100

    Cleanup: remove old CVS tags
---
 src/main/java/org/apache/maven/plugins/clean/CleanMojo.java     | 1 -
 src/main/java/org/apache/maven/plugins/clean/Fileset.java       | 1 -
 src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java b/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
index 1cb02be..0561ad7 100644
--- a/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
+++ b/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
@@ -40,7 +40,6 @@ import java.io.IOException;
  * </p>
  *
  * @author <a href="mailto:evenisse@maven.org">Emmanuel Venisse</a>
- * @version $Id$
  * @see org.apache.maven.plugins.clean.Fileset
  * @since 2.0
  */
diff --git a/src/main/java/org/apache/maven/plugins/clean/Fileset.java b/src/main/java/org/apache/maven/plugins/clean/Fileset.java
index 69c348a..2df6435 100644
--- a/src/main/java/org/apache/maven/plugins/clean/Fileset.java
+++ b/src/main/java/org/apache/maven/plugins/clean/Fileset.java
@@ -29,7 +29,6 @@ import java.util.Arrays;
  * <code>"file-set: <I>[directory]</I> (included: <I>[included files]</I>,
  * excluded: <I>[excluded files]</I>)"</code>
  *
- * @version $Id$
  * @since 2.1
  */
 public class Fileset
diff --git a/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java b/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java
index 66ce5fc..3083cce 100644
--- a/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java
@@ -33,7 +33,6 @@ import org.codehaus.plexus.util.FileUtils;
  * Test the clean mojo.
  *
  * @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
- * @version $Id$
  */
 public class CleanMojoTest
     extends AbstractMojoTestCase