[maven-release-plugin] prepare release maven-checkstyle-plugin-2.0-beta-1

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 19:18:54 +00:00
parent 2be4e802b2
commit 727dba6852
1 changed files with 6 additions and 9 deletions

View File

@ -8,11 +8,8 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Checkstyle Plugin</name>
<version>2.0-alpha-3-SNAPSHOT</version>
<version>2.0-beta-1</version>
<inceptionYear>2005</inceptionYear>
<prerequisites>
<maven>2.0</maven>
</prerequisites>
<developers>
<developer>
<id>vsiveton</id>
@ -61,14 +58,14 @@
<artifactId>antlr</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle-optional</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
</project>
</project>