You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/02/18 00:49:49 UTC

svn commit: r628578 - in /commons/proper/configuration/trunk: project.properties xdocs/index.xml

Author: ebourg
Date: Sun Feb 17 15:49:42 2008
New Revision: 628578

URL: http://svn.apache.org/viewvc?rev=628578&view=rev
Log:
Replaced the download links pointing to IBiblio (CONFIGURATION-305)

Modified:
    commons/proper/configuration/trunk/project.properties
    commons/proper/configuration/trunk/xdocs/index.xml

Modified: commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/project.properties?rev=628578&r1=628577&r2=628578&view=diff
==============================================================================
--- commons/proper/configuration/trunk/project.properties (original)
+++ commons/proper/configuration/trunk/project.properties Sun Feb 17 15:49:42 2008
@@ -17,7 +17,7 @@
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
-maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/commons-configuration/jars
+maven.xdoc.distributionUrl=http://repo1.maven.org/maven/commons-configuration/jars
 
 maven.repo.remote=http://repo1.maven.org/maven,http://maven-plugins.sourceforge.net/maven,http://dist.codehaus.org
 maven.remote.group=apcvs

Modified: commons/proper/configuration/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/index.xml?rev=628578&r1=628577&r2=628578&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/index.xml (original)
+++ commons/proper/configuration/trunk/xdocs/index.xml Sun Feb 17 15:49:42 2008
@@ -68,7 +68,7 @@
     <section name="Latest Release">
       <p>
         The latest release of Apache Commons Configuration is available from <a href="downloads.html">here</a>. 
-        It is also available from <a href="http://www.ibiblio.org/maven/commons-configuration/jars">IBiblio</a>.
+        It is also available from the <a href="http://repo1.maven.org/maven/commons-configuration/jars/">Maven repository</a>.
         The <a href="changes-report.html">Changes Report</a> explains all of the changes and bug fixes that have been made.
       </p>
     </section>