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 2009/11/25 11:22:28 UTC

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

Author: olamy
Date: Wed Nov 25 10:22:09 2009
New Revision: 884018

URL: http://svn.apache.org/viewvc?rev=884018&view=rev
Log:
 use maven-doxia-tools released version

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=884018&r1=884017&r2=884018&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Wed Nov 25 10:22:09 2009
@@ -277,7 +277,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-doxia-tools</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1</version>
     </dependency>
 
     <!-- Wagon -->