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:
vmassol 2003-04-13 09:03:51 +00:00
parent 9afb576e76
commit a1dec431e3
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-pmd-plugin</id> <id>maven-pmd-plugin</id>
<name>Maven PMD Plug-in</name> <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> <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> <shortDescription>Maven Plugin for PMD</shortDescription>
<url>http://maven.apache.org/reference/plugins/pmd/</url> <url>http://maven.apache.org/reference/plugins/pmd/</url>
@ -20,6 +20,11 @@
<name>1.0</name> <name>1.0</name>
<tag>MAVEN_PMD_1_0</tag> <tag>MAVEN_PMD_1_0</tag>
</version> </version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>HEAD</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -8,6 +8,9 @@
<releases> <releases>
<release version="1.1" date="in CVS">
</release>
<release version="1.0" date="2003-04-08"> <release version="1.0" date="2003-04-08">
<action dev="vmassol" type="update"> <action dev="vmassol" type="update">
Make the plugin work with Maven b9. Make the plugin work with Maven b9.