mirror of https://github.com/apache/maven.git
[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:
parent
2be4e802b2
commit
727dba6852
|
@ -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>
|
Loading…
Reference in New Issue