You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/05/31 23:34:57 UTC

svn commit: r949872 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Mon May 31 21:34:56 2010
New Revision: 949872

URL: http://svn.apache.org/viewvc?rev=949872&view=rev
Log:
merge 949865 from trunk
[MSITE-456] [regression] Site navigation not generated
Use last version of maven-doxia-tools.


Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=949872&r1=949871&r2=949872&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Mon May 31 21:34:56 2010
@@ -286,7 +286,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-doxia-tools</artifactId>
-      <version>1.2</version>
+      <version>1.2.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.maven</groupId>