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 2015/04/02 23:45:39 UTC

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

Author: hboutemy
Date: Thu Apr  2 21:45:39 2015
New Revision: 1670983

URL: http://svn.apache.org/r1670983
Log:
[MSITE-740] Allow multiple extensions for given format

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=1670983&r1=1670982&r2=1670983&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Apr  2 21:45:39 2015
@@ -190,8 +190,8 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.6</doxiaVersion>
-    <doxiaSitetoolsVersion>1.6</doxiaSitetoolsVersion>
+    <doxiaVersion>1.7-SNAPSHOT</doxiaVersion>
+    <doxiaSitetoolsVersion>1.7-SNAPSHOT</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <prerequisiteMavenVersion>2.2.1</prerequisiteMavenVersion>
     <wagonVersion>1.0</wagonVersion>