Author: ltheussl
Date: Wed Jan 25 16:36:42 2006
New Revision: 372382

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

Modified:
    maven/maven-1/plugins/trunk/checkstyle/project.xml
    maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.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=372382&r1=372381&r2=372382&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Wed Jan 25 16:36:42 2006
@@ -148,7 +148,7 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle</artifactId>
-      <version>4.0</version>
+      <version>4.1</version>
       <properties>
         <classloader>root</classloader>
       </properties>
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle-optional</artifactId>
-      <version>4.0</version>
+      <version>4.1</version>
       <properties>
         <classloader>root</classloader>
       </properties>

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=372382&r1=372381&r2=372382&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Wed Jan 25 
16:36:42 2006
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="3.0-SNAPSHOT" date="in SVN">
+      <action dev="ltheussl" type="update">Upgraded to checkstyle 4.1.</action>
       <action dev="carlos" type="fix" issue="MPCHECKSTYLE-39">Do not assert 
ASF copyright in checkstyle.rss.</action>
       <action dev="carlos" type="add">Added new summary report as front 
page.</action>
       <action dev="carlos" type="update">Moved reports under the checkstyle 
folder and renamed.</action>
@@ -35,7 +36,6 @@
       <action dev="carlos" type="add" issue="MPCHECKSTYLE-30">Ability to check 
test sources using property maven.checkstyle.check.tests</action>
       <action dev="carlos" type="add">Generate reports filtered by 
severity</action>
       <action dev="carlos" type="update">Support for Java5</action>
-      <action dev="carlos" type="update">Upgraded to checkstyle 4.0</action>
       <action dev="carlos" type="fix" issue="MPCHECKSTYLE-29">Fixed MemberName 
rule in Turbine checkstyle rules</action>
     </release>
     <release version="2.5" date="2004-10-12">


Reply via email to