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:
parent
a0017acc04
commit
61520e2ffe
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-pmd-plugin</id>
|
||||
<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>
|
||||
<shortDescription>Maven Plugin for PMD</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/pmd/</url>
|
||||
@ -25,6 +25,11 @@
|
||||
<name>1.1</name>
|
||||
<tag>MAVEN_PMD_1_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-08-30">
|
||||
<action dev="epugh" type="add">
|
||||
Adding <code>maven.pmd.includes</code> and
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user