You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2010/01/03 17:10:23 UTC

svn commit: r895432 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Sun Jan  3 16:10:22 2010
New Revision: 895432

URL: http://svn.apache.org/viewvc?rev=895432&view=rev
Log:
[CONFIGURATION-402] Changed Xerces version to 2.6.2. This one seems to be compatible with both Java 1.4 and 1.6.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=895432&r1=895431&r2=895432&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Jan  3 16:10:22 2010
@@ -303,7 +303,7 @@
      <dependency>
        <groupId>xerces</groupId>
        <artifactId>xercesImpl</artifactId>
-       <version>2.3.0</version>
+       <version>2.6.2</version>
        <scope>test</scope>
     </dependency>