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 2009/04/08 12:12:32 UTC

svn commit: r763165 - /maven/doxia/doxia/trunk/pom.xml

Author: ltheussl
Date: Wed Apr  8 10:12:32 2009
New Revision: 763165

URL: http://svn.apache.org/viewvc?rev=763165&view=rev
Log:
Upgrade to latest modello-maven-plugin

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=763165&r1=763164&r2=763165&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Wed Apr  8 10:12:32 2009
@@ -267,12 +267,13 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
+          <!-- Version 1.3.8 makes the descriptor merges fail, probably due to PLX-409 -->
           <version>1.3.5</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0</version>
+          <version>1.0.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-project-info-reports-plugin</artifactId>