brett       2004/10/29 20:21:40

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH changes.xml
               src/conf Tag: MAVEN-1_0-BRANCH defaults.properties
  Log:
  don't default to ibiblio - access is limited
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.14.4.42 +1 -0      maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/changes.xml,v
  retrieving revision 1.14.4.41
  retrieving revision 1.14.4.42
  diff -u -r1.14.4.41 -r1.14.4.42
  --- changes.xml       30 Oct 2004 03:19:48 -0000      1.14.4.41
  +++ changes.xml       30 Oct 2004 03:21:40 -0000      1.14.4.42
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.0.1-SNAPSHOT" date="in CVS MAVEN-1_0-BRANCH">
  +      <action dev="brett" type="update">No longer default the 
maven.repo.central[.directory] properties to upload to ibiblio as access is 
restricted</action>
         <action dev="brett" type="fix" issue="MAVEN-1477">Document mirrors of the 
Maven repository at ibiblio</action>
         <action dev="brett" type="fix" issue="MAVEN-1355" due-to="Miguel 
Griffa">Document how to build Maven using Maven instead of bootstrapping</action>
         <action dev="brett" type="fix" issue="MAVEN-1437">Specifically target the 1.3 
JVM</action>
  
  
  
  No                   revision
  No                   revision
  1.8.4.6   +3 -2      maven/src/conf/defaults.properties
  
  Index: defaults.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/conf/defaults.properties,v
  retrieving revision 1.8.4.5
  retrieving revision 1.8.4.6
  diff -u -r1.8.4.5 -r1.8.4.6
  --- defaults.properties       28 Jun 2004 09:39:09 -0000      1.8.4.5
  +++ defaults.properties       30 Oct 2004 03:21:40 -0000      1.8.4.6
  @@ -59,8 +59,9 @@
   # -------------------------------------------------------------------
   
   maven.repo.remote = http://www.ibiblio.org/maven
  -maven.repo.central = login.ibiblio.org
  -maven.repo.central.directory = /public/html/maven
  +# No longer default to publishing to ibiblio
  +#maven.repo.central = login.ibiblio.org
  +#maven.repo.central.directory = /public/html/maven
   maven.repo.remote.enabled = true
   
   # -------------------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to