Start development of version 1.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-08-30 11:52:53 +00:00
parent a0017acc04
commit 61520e2ffe
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.1</currentVersion> <currentVersion>1.2-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>
@ -25,6 +25,11 @@
<name>1.1</name> <name>1.1</name>
<tag>MAVEN_PMD_1_1</tag> <tag>MAVEN_PMD_1_1</tag>
</version> </version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>HEAD</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -8,6 +8,9 @@
<body> <body>
<release version="1.2" date="in CVS">
</release>
<release version="1.1" date="2003-08-30"> <release version="1.1" date="2003-08-30">
<action dev="epugh" type="add"> <action dev="epugh" type="add">
Adding <code>maven.pmd.includes</code> and Adding <code>maven.pmd.includes</code> and