You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/05/26 09:49:26 UTC

svn commit: r1127813 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: ltheussl
Date: Thu May 26 07:49:26 2011
New Revision: 1127813

URL: http://svn.apache.org/viewvc?rev=1127813&view=rev
Log:
upgrade parent and doxia-tools

Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1127813&r1=1127812&r2=1127813&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Thu May 26 07:49:26 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>19</version>
+    <version>20</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -139,7 +139,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-doxia-tools</artifactId>
-      <version>1.3</version>
+      <version>1.4</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.maven.doxia</groupId>