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 2016/02/09 21:59:21 UTC

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

Author: hboutemy
Date: Tue Feb  9 20:59:20 2016
New Revision: 1729456

URL: http://svn.apache.org/viewvc?rev=1729456&view=rev
Log:
[MSITE-765] upgraded Doxia from 1.6 to 1.7

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=1729456&r1=1729455&r2=1729456&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Tue Feb  9 20:59:20 2016
@@ -190,7 +190,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.7-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.7</doxiaVersion>
     <doxiaSitetoolsVersion>1.7-SNAPSHOT</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <prerequisiteMavenVersion>2.2.1</prerequisiteMavenVersion>