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 2009/01/07 14:53:11 UTC

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

Author: ltheussl
Date: Wed Jan  7 05:53:09 2009
New Revision: 732337

URL: http://svn.apache.org/viewvc?rev=732337&view=rev
Log:
Update some version numbers

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

Modified: maven/sandbox/trunk/plugins/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-pdf-plugin/pom.xml?rev=732337&r1=732336&r2=732337&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-pdf-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-pdf-plugin/pom.xml Wed Jan  7 05:53:09 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>8</version>
+    <version>12</version>
   </parent>
 
   <artifactId>maven-pdf-plugin</artifactId>
@@ -34,7 +34,11 @@
   <version>1.0-SNAPSHOT</version>
 
   <prerequisites>
-    <maven>2.0.10-SNAPSHOT</maven>
+    <!--
+        NOTE: 2.1.0-M2 trunk does not yet use doxia-1.1, need to build locally.
+        Plan is to switch 2.1.0-M3 to doxia-1.1, see MNG-3402
+    -->
+    <maven>2.1.0-M2-SNAPSHOT</maven>
   </prerequisites>
 
   <developers>
@@ -84,7 +88,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-doxia-tools</artifactId>
-      <version>1.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <!-- doxia -->
@@ -124,7 +128,8 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.5</version>
+      <!-- needed by doc-renderer in doxia 1.1 -->
+      <version>1.5.7-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -169,7 +174,7 @@
   </dependencies>
 
   <properties>
-    <doxia.version>1.0-beta-1-SNAPSHOT</doxia.version>
+    <doxia.version>1.1-SNAPSHOT</doxia.version>
   </properties>
 
   <build>