Author: hboutemy
Date: Tue Jun 22 20:26:02 2010
New Revision: 957016

URL: http://svn.apache.org/viewvc?rev=957016&view=rev
Log:
[MSHARED-156] updated maven-reporting-api dependency to 3.0 (decoupled from 
Maven Core)

Modified:
    maven/shared/trunk/maven-doxia-tools/pom.xml

Modified: maven/shared/trunk/maven-doxia-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/pom.xml?rev=957016&r1=957015&r2=957016&view=diff
==============================================================================
--- maven/shared/trunk/maven-doxia-tools/pom.xml (original)
+++ maven/shared/trunk/maven-doxia-tools/pom.xml Tue Jun 22 20:26:02 2010
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-doxia-tools</artifactId>
-  <version>1.2.2-SNAPSHOT</version>
+  <version>1.3-SNAPSHOT</version>
 
   <name>Maven Doxia Integration Tools</name>
   <description>A collection of tools to help the integration of Doxia in Maven 
plugins.</description>
@@ -58,6 +58,12 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>3.0</version>
+    </dependency>
+
+    <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>1.4</version>
@@ -85,11 +91,6 @@
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>


Reply via email to