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 2008/05/20 23:53:59 UTC

svn commit: r658457 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: dennisl
Date: Tue May 20 14:53:58 2008
New Revision: 658457

URL: http://svn.apache.org/viewvc?rev=658457&view=rev
Log:
[MPIR-100] Use Doxia 1.0-alpha-11

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=658457&r1=658456&r2=658457&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Tue May 20 14:53:58 2008
@@ -341,8 +341,8 @@
   </reporting>
 
   <properties>
-    <doxiaVersion>1.0-alpha-10</doxiaVersion>
-    <doxia-sitetoolsVersion>1.0-alpha-10</doxia-sitetoolsVersion>
+    <doxiaVersion>1.0-alpha-11</doxiaVersion>
+    <doxia-sitetoolsVersion>1.0-alpha-11</doxia-sitetoolsVersion>
     <wagonVersion>1.0-beta-2</wagonVersion>
     <scmVersion>1.0</scmVersion>
   </properties>