[maven-scm-plugin] prepare release 2.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-16 02:21:34 +00:00
parent fded5b408d
commit ea5325c38c
2 changed files with 9 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-checkstyle-plugin</id>
<name>Maven Checkstyle Plugin</name>
<currentVersion>2.4-SNAPSHOT</currentVersion>
<currentVersion>2.4</currentVersion>
<description/>
<shortDescription>Produce Checkstyle report</shortDescription>
<url>http://maven.apache.org/reference/plugins/checkstyle/</url>
@@ -55,6 +55,11 @@
<name>2.3</name>
<tag>MAVEN_CHECKSTYLE_2_3</tag>
</version>
<version>
<id>2.4</id>
<name>2.4</name>
<tag>MAVEN_CHECKSTYLE_2_4</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="2.4" date="in CVS">
<release version="2.4" date="2004-05-15">
<action dev="evenisse" type="update" issue="MPCHECKSTYLE-7">Allow Checkstyle plugin to access checks file from a URL.</action>
<action dev="vmassol" type="update">Upgraded to Checkstyle 3.4.</action>
</release>
@@ -38,14 +38,14 @@
<action dev="vmassol" type="fix">Prevent projects who do not use the head check from failing if they don't provide a license file.</action>
<action dev="vmassol" type="update">Upgraded to Checkstyle 3.2.</action>
</release>
<release version="2.1" date="Unknown"></release>
<release version="2.1" date="Unknown"/>
<release version="2.0" date="2003-09-01">
<action dev="dion" type="fix" issue="MPCHECKSTYLE-3">Added ignoreLines 1, 6.</action>
<action dev="dion" type="update">Update to use maven.docs.*/maven.gen.docs</action>
<action dev="dion" type="fix">Add maven dependency and classes directory to classpath. This stops 'Unable to get class information for '&lt;classname&gt;' errors.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
<action dev="evenisse" type="fix" issue="MPCHECKSTYLE-1"></action>
<action dev="evenisse" type="fix" issue="MPCHECKSTYLE-1"/>
<action dev="vmassol" type="update">Upgraded to Checkstyle 3.1.</action>
<action dev="vmassol" type="update">Updated documentation.</action>
<action dev="vmassol" type="update">Complete clean of the existing plugin.</action>