You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/09/16 18:23:54 UTC

svn commit: r289598 - /maven/maven-1/plugins/trunk/checkstyle/project.xml

Author: carlos
Date: Fri Sep 16 09:23:47 2005
New Revision: 289598

URL: http://svn.apache.org/viewcvs?rev=289598&view=rev
Log:
Upgrade to checkstyle 4.0-beta6

Modified:
    maven/maven-1/plugins/trunk/checkstyle/project.xml

Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=289598&r1=289597&r2=289598&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Fri Sep 16 09:23:47 2005
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle</artifactId>
-      <version>4.0-beta5</version>
+      <version>4.0-beta6</version>
       <properties>
         <classloader>root</classloader>
       </properties>
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle-optional</artifactId>
-      <version>4.0-beta5</version>
+      <version>4.0-beta6</version>
       <properties>
         <classloader>root</classloader>
       </properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org