You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/10 22:51:15 UTC

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

Author: olamy
Date: Thu Sep 10 20:51:14 2009
New Revision: 813580

URL: http://svn.apache.org/viewvc?rev=813580&view=rev
Log:
use 1.4-SNAPSHOT to prevent MINVOKER-78

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=813580&r1=813579&r2=813580&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Sep 10 20:51:14 2009
@@ -229,7 +229,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.3</version>
+            <version>1.4-SNAPSHOT</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>