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/05/14 20:25:38 UTC

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

Author: ltheussl
Date: Thu May 14 18:25:38 2009
New Revision: 774863

URL: http://svn.apache.org/viewvc?rev=774863&view=rev
Log:
Postpone release until doxia is ready

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=774863&r1=774862&r2=774863&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Thu May 14 18:25:38 2009
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-pdf-plugin</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven PDF Plugin</name>
@@ -173,7 +173,7 @@
   </dependencies>
 
   <properties>
-    <doxia.version>1.1.1</doxia.version>
+    <doxia.version>1.1.1-SNAPSHOT</doxia.version>
     <maven.version>2.0.6</maven.version>
   </properties>