Upgrade to checkstyle 4.0

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@351475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2005-12-01 21:32:40 +00:00
parent 536497b2dd
commit a3c8cd1f80

View File

@@ -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>