o getting rid of $Id$

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@742673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-02-09 18:56:31 +00:00
parent 50dc057e54
commit 1da74993a9
11 changed files with 3 additions and 13 deletions

View File

@ -25,7 +25,6 @@
* Console download progress meter.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class BatchModeDownloadMonitor
extends AbstractConsoleDownloadMonitor

View File

@ -26,7 +26,6 @@
* Console download progress meter.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*/
public class ConsoleDownloadMonitor
extends AbstractConsoleDownloadMonitor

View File

@ -38,7 +38,6 @@
/**
* @author jason van zyl
* @version $Id$
* @noinspection UseOfSystemOutOrSystemErr,ACCESS_STATIC_VIA_INSTANCE
*/
public class MavenCli

View File

@ -21,7 +21,6 @@
/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public abstract class AbstractMavenEmbedderLogger
implements MavenEmbedderLogger

View File

@ -23,7 +23,6 @@
* does not have a logger to supply.
*
* @author <a href="mailto:dev@avalon.codehaus.org">Avalon Development Team</a>
* @version $Id$
*/
public final class MavenEmbedderConsoleLogger
extends AbstractMavenEmbedderLogger

View File

@ -21,7 +21,6 @@
/**
* @author Jason van Zyl
* @version $Id$
*/
public class MavenEmbedderException
extends Exception

View File

@ -21,7 +21,6 @@
/**
* @author Jason van Zyl
* @version $Id$
*/
public interface MavenEmbedderLogger
{

View File

@ -40,7 +40,6 @@
*
* @author Jason van Zyl
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*/
public class MavenEmbedderLoggerManager
extends AbstractLoggerManager

View File

@ -19,9 +19,10 @@
* under the License.
*/
import org.codehaus.plexus.logging.Logger;/**
import org.codehaus.plexus.logging.Logger;
/**
* @author Jason van Zyl
* @version $Id$
*/
public class PlexusLoggerAdapter
implements Logger

View File

@ -19,7 +19,6 @@
/**
* @author Jason van Zyl
* @version $Id$
*/
public class SummaryPluginDescriptor
{

View File

@ -72,8 +72,6 @@
* - Artifact transfer mechanism configuration
* - Eventing/Logging configuration
* - Profile manager configuration
*
* @version $Id$
*/
@Component(role = MavenExecutionRequestPopulator.class)
public class DefaultMavenExecutionRequestPopulator