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/03/28 20:57:49 UTC

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

Author: dennisl
Date: Mon Mar 28 18:57:48 2011
New Revision: 1086339

URL: http://svn.apache.org/viewvc?rev=1086339&view=rev
Log:
o Use latest version of Doxia.

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=1086339&r1=1086338&r2=1086339&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Mon Mar 28 18:57:48 2011
@@ -177,7 +177,7 @@ under the License.
   </issueManagement>
 
   <properties>
-    <doxiaVersion>1.1.4</doxiaVersion>
+    <doxiaVersion>1.1.5-SNAPSHOT</doxiaVersion>
     <doxiaSitetoolsVersion>1.2-SNAPSHOT</doxiaSitetoolsVersion>
     <mavenVersion>2.2.0</mavenVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>