You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/11/23 23:01:42 UTC

svn commit: r348579 - /myfaces/build/trunk/build.xml

Author: matzew
Date: Wed Nov 23 14:01:32 2005
New Revision: 348579

URL: http://svn.apache.org/viewcvs?rev=348579&view=rev
Log:
added commons validator 1.2

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=348579&r1=348578&r2=348579&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Wed Nov 23 14:01:32 2005
@@ -288,7 +288,7 @@
 
         <get dest="${lib.dir}/commons-validator.jar"
             usetimestamp="true" ignoreerrors="true"
-            src="http://www.ibiblio.org/maven/commons-validator/jars/commons-validator-1.1.4.jar"/>
+            src="http://www.ibiblio.org/maven/commons-validator/jars/commons-validator-1.2.0.jar"/>
 
         <get dest="${lib.dir}/jakarta-oro.jar"
             usetimestamp="true" ignoreerrors="true"