You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/01/31 22:25:37 UTC

svn commit: r1065800 - /lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Mon Jan 31 21:25:37 2011
New Revision: 1065800

URL: http://svn.apache.org/viewvc?rev=1065800&view=rev
Log:
LUCENE-1591: update maven poms for xercesImpl.jar revert

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template?rev=1065800&r1=1065799&r2=1065800&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/pom.xml.template Mon Jan 31 21:25:37 2011
@@ -364,12 +364,12 @@
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xercesImpl</artifactId>
-        <version>2.10.0</version>
+        <version>2.9.1-patched-XERCESJ-1257</version>
       </dependency>
       <dependency>
         <groupId>xml-apis</groupId>
         <artifactId>xml-apis</artifactId>
-        <version>2.10.0</version>
+        <version>2.9.0</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>
@@ -639,9 +639,9 @@
                 <configuration>
                   <groupId>xerces</groupId>
                   <artifactId>xercesImpl</artifactId>
-                  <version>2.10.0</version>
+                  <version>2.9.1-patched-XERCESJ-1257</version>
                   <packaging>jar</packaging>
-                  <file>lucene/contrib/benchmark/lib/xercesImpl-2.10.0.jar</file>
+                  <file>lucene/contrib/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar</file>
                 </configuration>  
               </execution>
               <execution>
@@ -653,9 +653,9 @@
                 <configuration>
                   <groupId>xml-apis</groupId>
                   <artifactId>xml-apis</artifactId>
-                  <version>2.10.0</version>
+                  <version>2.9.0</version>
                   <packaging>jar</packaging>
-                  <file>lucene/contrib/benchmark/lib/xml-apis-2.10.0.jar</file>
+                  <file>lucene/contrib/benchmark/lib/xml-apis-2.9.0.jar</file>
                 </configuration>  
               </execution>
               <execution>