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 2010/05/12 23:48:58 UTC

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

Author: hboutemy
Date: Wed May 12 21:48:58 2010
New Revision: 943706

URL: http://svn.apache.org/viewvc?rev=943706&view=rev
Log:
upgraded maven-reporting-api dependency to 3.0 (decoupled from Maven core version)

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=943706&r1=943705&r2=943706&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed May 12 21:48:58 2010
@@ -169,6 +169,12 @@ under the License.
   </properties>
 
   <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>3.0</version>
+    </dependency>
+
     <!-- Maven -->
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -200,11 +206,6 @@ under the License.
       <artifactId>maven-settings</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
 
     <!-- Doxia -->
     <dependency>