You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/12/01 22:32:42 UTC

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

Author: carlos
Date: Thu Dec  1 13:32:40 2005
New Revision: 351475

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

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=351475&r1=351474&r2=351475&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Thu Dec  1 13:32:40 2005
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle</artifactId>
-      <version>4.0-beta6</version>
+      <version>4.0</version>
       <properties>
         <classloader>root</classloader>
       </properties>
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle-optional</artifactId>
-      <version>4.0-beta6</version>
+      <version>4.0</version>
       <properties>
         <classloader>root</classloader>
       </properties>