You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/07/03 23:31:53 UTC

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

Author: hboutemy
Date: Thu Jul  3 21:31:52 2014
New Revision: 1607752

URL: http://svn.apache.org/r1607752
Log:
use released doxia-integration-tools

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=1607752&r1=1607751&r2=1607752&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Jul  3 21:31:52 2014
@@ -337,7 +337,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-integration-tools</artifactId>
-      <version>1.6-SNAPSHOT</version>
+      <version>1.6</version>
     </dependency>
 
     <!-- Wagon -->