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

svn commit: r835415 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: markh
Date: Thu Nov 12 15:30:42 2009
New Revision: 835415

URL: http://svn.apache.org/viewvc?rev=835415&view=rev
Log:
Upgraded maven-reporting-impl to 2.0.4.3 for MSHARED-120 fix

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=835415&r1=835414&r2=835415&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Nov 12 15:30:42 2009
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.2</version>
+      <version>2.0.4.3</version>
     </dependency>
 
     <!-- doxia -->