Skip to content

Commit 8f5aae8

Browse files
committed
Removed Subversion lagacy
1 parent 54c0de7 commit 8f5aae8

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/main/java/org/apache/maven/plugins/deploy/AbstractDeployMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.apache.maven.plugins.annotations.Parameter;
3030

3131
/**
32-
* @version $Id$
32+
* Abstract class for Deploy mojo's.
3333
*/
3434
public abstract class AbstractDeployMojo
3535
extends AbstractMojo

src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
*
4747
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a>
4848
* @author <a href="mailto:[email protected]">John Casey (refactoring only)</a>
49-
* @version $Id$
5049
*/
5150
@Mojo( name = "deploy", defaultPhase = LifecyclePhase.DEPLOY, threadSafe = true )
5251
public class DeployMojo

src/test/java/org/apache/maven/plugins/deploy/DeployFileMojoUnitTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
/**
3232
* @author <a href="[email protected]">Jerome Lacoste</a>
33-
* @version $Id$
3433
*/
3534
public class DeployFileMojoUnitTest
3635
extends TestCase

src/test/java/org/apache/maven/plugins/deploy/Utils.java

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* A utility class to assist testing.
3333
*
3434
* @author Benjamin Bentmann
35-
* @version $Id$
3635
*/
3736
public class Utils
3837
{

0 commit comments

Comments
 (0)