Author: olamy
Date: Fri Nov 26 21:46:09 2010
New Revision: 1039570

URL: http://svn.apache.org/viewvc?rev=1039570&view=rev
Log:
[MINVOKER-109] upgrade maven-reporting-api and maven-reporting-impl versions .

Modified:
    maven/plugins/trunk/maven-invoker-plugin/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1039570&r1=1039569&r2=1039570&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Fri Nov 26 21:46:09 2010
@@ -92,12 +92,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>${mavenVersion}</version>
+      <version>3.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.1</version>
+      <version>2.1</version>
     </dependency>
 
     <!-- Doxia -->


Reply via email to