You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/25 00:20:08 UTC

svn commit: r396700 - in /maven/maven-1/plugins/trunk/pdf: project.xml xdocs/changes.xml

Author: aheritier
Date: Mon Apr 24 15:20:05 2006
New Revision: 396700

URL: http://svn.apache.org/viewcvs?rev=396700&view=rev
Log:
MPPDF-55 : Upgrade to xalan-2.7.0

Modified:
    maven/maven-1/plugins/trunk/pdf/project.xml
    maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/pdf/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/project.xml?rev=396700&r1=396699&r2=396700&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/project.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/project.xml Mon Apr 24 15:20:05 2006
@@ -157,7 +157,7 @@
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <version>2.4.1</version>
+      <version>2.7.0</version>
       <url>http://xml.apache.org/xalan-j/</url>
     </dependency>
   </dependencies>

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=396700&r1=396699&r2=396700&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Mon Apr 24 15:20:05 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="2.5-SNAPSHOT" date="in SVN">
+      <action dev="aheritier" type="update" issue="MPPDF-55">Upgrade to Xalan 2.7.0.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
       <action dev="aheritier" type="update">An icon is added to the report entry in the navigation. Works only with the xdoc plugin 1.10 and above.</action>
       <action dev="aheritier" type="fix">The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.</action>