You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2010/05/12 13:29:59 UTC

svn commit: r943448 - in /maven/doxia/doxia/trunk: doxia-core/pom.xml doxia-modules/doxia-module-fml/pom.xml doxia-modules/doxia-module-xdoc/pom.xml

Author: ltheussl
Date: Wed May 12 11:29:59 2010
New Revision: 943448

URL: http://svn.apache.org/viewvc?rev=943448&view=rev
Log:
Align xerces version to the latest used by fo module

Modified:
    maven/doxia/doxia/trunk/doxia-core/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=943448&r1=943447&r2=943448&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Wed May 12 11:29:59 2010
@@ -53,7 +53,7 @@ under the License.
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
+      <version>2.9.1</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=943448&r1=943447&r2=943448&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Wed May 12 11:29:59 2010
@@ -49,7 +49,7 @@ under the License.
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
+      <version>2.9.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml?rev=943448&r1=943447&r2=943448&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml Wed May 12 11:29:59 2010
@@ -49,7 +49,7 @@ under the License.
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
+      <version>2.9.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>