You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/30 12:31:16 UTC

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

Author: vsiveton
Date: Sun Aug 30 10:31:16 2009
New Revision: 809299

URL: http://svn.apache.org/viewvc?rev=809299&view=rev
Log:
o using doxia 1.1.2-snap

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=809299&r1=809298&r2=809299&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sun Aug 30 10:31:16 2009
@@ -68,8 +68,8 @@
   </issueManagement>
 
   <properties>
-    <doxiaVersion>1.1.1</doxiaVersion>
-    <doxia-sitetoolsVersion>1.1.1</doxia-sitetoolsVersion>
+    <doxiaVersion>1.1.2-SNAPSHOT</doxiaVersion>
+    <doxia-sitetoolsVersion>1.1.2-SNAPSHOT</doxia-sitetoolsVersion>
     <mavenVersion>2.0.6</mavenVersion>
     <wagonVersion>1.0-beta-3</wagonVersion>
     <scmVersion>1.1</scmVersion>