You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/05/04 22:24:46 UTC

svn commit: r1099591 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: dennisl
Date: Wed May  4 20:24:46 2011
New Revision: 1099591

URL: http://svn.apache.org/viewvc?rev=1099591&view=rev
Log:
[MSITE-575] Update to maven-doxia-tools 1.4

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1099591&r1=1099590&r2=1099591&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed May  4 20:24:46 2011
@@ -290,7 +290,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-doxia-tools</artifactId>
-      <version>1.4-SNAPSHOT</version>
+      <version>1.4</version>
     </dependency>
 
     <!-- Wagon -->