You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/06/22 18:20:29 UTC

svn commit: r956942 - in /geronimo/server/branches/2.1.6: RELEASE_NOTES-2.1.6.txt pom.xml

Author: rickmcguire
Date: Tue Jun 22 16:20:28 2010
New Revision: 956942

URL: http://svn.apache.org/viewvc?rev=956942&view=rev
Log:
back off the xerces version change

Modified:
    geronimo/server/branches/2.1.6/RELEASE_NOTES-2.1.6.txt
    geronimo/server/branches/2.1.6/pom.xml

Modified: geronimo/server/branches/2.1.6/RELEASE_NOTES-2.1.6.txt
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/RELEASE_NOTES-2.1.6.txt?rev=956942&r1=956941&r2=956942&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/RELEASE_NOTES-2.1.6.txt (original)
+++ geronimo/server/branches/2.1.6/RELEASE_NOTES-2.1.6.txt Tue Jun 22 16:20:28 2010
@@ -63,7 +63,6 @@ Geronimo 2.1.6 Issues Resolved
 ** Bug
 GERONIMO-5383 Update to new versions of CXF and Axis2 
 GERONIMO-5387 Update the spring framework version used in Geronimo. 
-GERONIMO-5391 Update the Xerces impl version to 2.10.0
 
 Certification Status
 --------------------

Modified: geronimo/server/branches/2.1.6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/pom.xml?rev=956942&r1=956941&r2=956942&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/pom.xml Tue Jun 22 16:20:28 2010
@@ -615,7 +615,7 @@
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
-                <version>2.10.0</version>
+                <version>2.8.1</version>
             </dependency>
 
             <dependency>