Upgraded to checkstyle 3.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-11-10 11:57:00 +00:00
parent 8c2b45c4d2
commit a7d0c88703
4 changed files with 37 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-checkstyle-plugin</id>
<name>Maven Checkstyle Plug-in</name>
<currentVersion>2.1</currentVersion>
<currentVersion>2.2-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Produce Checkstyle report</shortDescription>
<url>http://maven.apache.org/reference/plugins/checkstyle/</url>
@@ -25,6 +25,11 @@
<name>2.0</name>
<tag>MAVEN_CHECKSTYLE_2_0</tag>
</version>
<version>
<id>2.2</id>
<name>2.2</name>
<tag>HEAD</tag>
</version>
</versions>
<developers>
<developer>
@@ -91,7 +96,15 @@
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle</artifactId>
<version>3.1</version>
<version>3.2</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle-optional</artifactId>
<version>3.2</version>
<properties>
<classloader>root</classloader>
</properties>