Fixing ID keyword...

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@470397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2006-11-02 15:49:47 +00:00
parent 5b97ecf776
commit dbfc2db51b
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id:$
* @version $Id$
* @todo this should probably be a component with some dynamic control of filtering
*/
public class MavenArtifactFilterManager

View File

@ -4,7 +4,7 @@
/**
* @author Jason van Zyl
* @version $Revision:$
* @version $Revision$
*/
public interface MavenTransferListener
extends TransferListener

View File

@ -23,7 +23,7 @@
* A mock tool plugin that uses the Maven Embedder API
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id:$
* @version $Id$
*/
public class MockPlugin
{

View File

@ -21,7 +21,7 @@
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id:$
* @version $Id$
*/
public class MockPluginTest
extends TestCase

View File

@ -18,7 +18,7 @@
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id:$
* @version $Id$
*/
public class MavenEmbedderException
extends Exception