You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/05/24 15:42:14 UTC

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

Author: ltheussl
Date: Tue May 24 13:42:13 2011
New Revision: 1127047

URL: http://svn.apache.org/viewvc?rev=1127047&view=rev
Log:
use site-plugin-2.3, its maven-doxia-tools transitive dep gets used for the test (the test still fails though, see MPIR-182)

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=1127047&r1=1127046&r2=1127047&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 24 13:42:13 2011
@@ -88,7 +88,7 @@ under the License.
     <mavenVersion>2.2.0</mavenVersion>
     <wagonVersion>1.0-beta-7</wagonVersion>
     <scmVersion>1.4</scmVersion>
-    <sitePluginVersion>2.2</sitePluginVersion>
+    <sitePluginVersion>2.3</sitePluginVersion>
   </properties>
 
   <dependencies>