Upgrade to checkstyle 4.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@372382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
38a1ff1344
commit
d90fdf6b82
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user