You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/07/07 21:41:48 UTC

svn commit: r1608576 - /commons/proper/validator/trunk/build.xml

Author: britter
Date: Mon Jul  7 19:41:48 2014
New Revision: 1608576

URL: http://svn.apache.org/r1608576
Log:
Reverting changes made in r1608574, since the referenced libraries are not available at ibiblio.org

Modified:
    commons/proper/validator/trunk/build.xml

Modified: commons/proper/validator/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/build.xml?rev=1608576&r1=1608575&r2=1608576&view=diff
==============================================================================
--- commons/proper/validator/trunk/build.xml (original)
+++ commons/proper/validator/trunk/build.xml Mon Jul  7 19:41:48 2014
@@ -511,7 +511,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-beanutils.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.9.2.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
     </target>
 
     <target name="download-digester" unless="digester.found">
@@ -519,7 +519,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-digester.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-digester/jars/commons-digester-1.8.1.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-digester/jars/commons-digester-1.8.jar"/>
     </target>
 
     <target name="download-logging" unless="logging.found">
@@ -527,7 +527,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/commons-logging.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.1.3.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/commons-logging/jars/commons-logging-1.1.jar"/>
     </target>
 
     <target name="download-junit" unless="junit.found">
@@ -535,7 +535,7 @@
         <mkdir dir="${download.lib.dir}" />
         <get dest="${download.lib.dir}/junit.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://mirrors.ibiblio.org/pub/mirrors/maven/junit/jars/junit-3.8.2.jar"/>
+            src="http://mirrors.ibiblio.org/pub/mirrors/maven/junit/jars/junit-3.8.1.jar"/>
     </target>
       
 </project>