You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mb...@apache.org on 2007/01/11 00:23:45 UTC

svn commit: r495036 - in /jakarta/commons/proper/jxpath/trunk: build.xml project.xml

Author: mbenson
Date: Wed Jan 10 15:23:42 2007
New Revision: 495036

URL: http://svn.apache.org/viewvc?view=rev&rev=495036
Log:
[JXPATH-75] upgrade xerces dependency to 2.4.0

Modified:
    jakarta/commons/proper/jxpath/trunk/build.xml
    jakarta/commons/proper/jxpath/trunk/project.xml

Modified: jakarta/commons/proper/jxpath/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/build.xml?view=diff&rev=495036&r1=495035&r2=495036
==============================================================================
--- jakarta/commons/proper/jxpath/trunk/build.xml (original)
+++ jakarta/commons/proper/jxpath/trunk/build.xml Wed Jan 10 15:23:42 2007
@@ -158,7 +158,7 @@
     </javadoc>
   </target>
   <target name="get-deps" unless="noget" depends="init">
-    <get dest="${libdir}/xerces-1.2.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-1.2.3.jar">
+    <get dest="${libdir}/xerces-2.4.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.4.0.jar">
     </get>
     <get dest="${libdir}/servletapi-2.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.2.jar">
     </get>

Modified: jakarta/commons/proper/jxpath/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/project.xml?view=diff&rev=495036&r1=495035&r2=495036
==============================================================================
--- jakarta/commons/proper/jxpath/trunk/project.xml (original)
+++ jakarta/commons/proper/jxpath/trunk/project.xml Wed Jan 10 15:23:42 2007
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xerces</artifactId>
-      <version>1.2.3</version>
+      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>servletapi</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org