You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/03/08 00:50:20 UTC

cvs commit: maven-components pom.xml

brett       2005/03/07 15:50:20

  Modified:    .        pom.xml
  Log:
  deployment settings
  
  Revision  Changes    Path
  1.17      +4 -5      maven-components/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/pom.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- pom.xml	16 Feb 2005 00:00:21 -0000	1.16
  +++ pom.xml	7 Mar 2005 23:50:20 -0000	1.17
  @@ -18,11 +18,10 @@
   
     <distributionManagement>
       <repository>
  -      <id>central</id>
  -      <name>Maven Central Repository at Ibiblio</name>
  -      <!-- TODO: should this be scp:://login.ibiblio.org:/public/html/maven? Or should we even use url?
  -           How about protocol, host, directory, etc? -->
  -      <url>scp://login.ibiblio.org//public/html/maven</url>
  +      <id>repo1</id>
  +      <name>Maven Central Repository</name>
  +      <url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
  +      <username>maven</username>
       </repository>
     </distributionManagement>