You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by fe...@apache.org on 2004/09/06 06:26:10 UTC

cvs commit: maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java ArtifactDeployer.java

felipeal    2004/09/05 21:26:10

  Modified:    artifact/src/main/org/apache/maven/artifact/deployer
                        DefaultArtifactDeployer.java ArtifactDeployer.java
  Log:
  fixed mispelled comments
  
  Revision  Changes    Path
  1.23      +3 -3      maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java
  
  Index: DefaultArtifactDeployer.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- DefaultArtifactDeployer.java	28 Jun 2004 09:40:14 -0000	1.22
  +++ DefaultArtifactDeployer.java	6 Sep 2004 04:26:10 -0000	1.23
  @@ -41,7 +41,7 @@
   
   /**
    * 
  - * Default implemenataion of Artifact Deployer interface.
  + * Default implementation of Artifact Deployer interface.
    *   
    *   
    * @author <a href="mailto:michal.maczka@dimatics.com">Michal Maczka</a> 
  @@ -63,7 +63,7 @@
       public static final boolean INSTALL_POM = true;
   
       /** 
  -     * Indicate if snapshot versio of 
  +     * Indicate if snapshot version of 
        * POM of given artifact should be also deployed 
        * to remote repository*/
       public static final boolean DEPLOY_POM_SNAPSHOT = true;
  
  
  
  1.6       +2 -2      maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/ArtifactDeployer.java
  
  Index: ArtifactDeployer.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/ArtifactDeployer.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ArtifactDeployer.java	23 Jun 2004 13:04:28 -0000	1.5
  +++ ArtifactDeployer.java	6 Sep 2004 04:26:10 -0000	1.6
  @@ -30,7 +30,7 @@
    * and source file name is igonred.
    * 
    * Other remark: To deploy an artifact means much 
  - * more then to copy signle file. In every case
  + * more then to copy single file. In every case
    * also MD5 file created and copied  to remote repository.
    * In case of snapshots the process in even more complex. 
    * 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org