prepare for 1.1 dev
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9afb576e76
commit
a1dec431e3
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-pmd-plugin</id>
|
||||
<name>Maven PMD Plug-in</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<description>This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer</description>
|
||||
<shortDescription>Maven Plugin for PMD</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/pmd/</url>
|
||||
@ -20,6 +20,11 @@
|
||||
<name>1.0</name>
|
||||
<tag>MAVEN_PMD_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.1</id>
|
||||
<name>1.1</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
|
||||
<releases>
|
||||
|
||||
<release version="1.1" date="in CVS">
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="2003-04-08">
|
||||
<action dev="vmassol" type="update">
|
||||
Make the plugin work with Maven b9.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user