[maven-scm-plugin] prepare release 2.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-10-12 05:42:30 +00:00
parent 5a7d4042c9
commit 1986bdf85d
2 changed files with 13 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-checkstyle-plugin</id>
<name>Maven Checkstyle Plugin</name>
<currentVersion>2.5-SNAPSHOT</currentVersion>
<currentVersion>2.5</currentVersion>
<description/>
<shortDescription>Produce Checkstyle report</shortDescription>
<url>http://maven.apache.org/reference/plugins/checkstyle/</url>
@@ -65,6 +65,11 @@
<name>2.4.1</name>
<tag>MAVEN_CHECKSTYLE_2_4_1</tag>
</version>
<version>
<id>2.5</id>
<name>2.5</name>
<tag>MAVEN_CHECKSTYLE_2_5</tag>
</version>
</versions>
<developers>
<developer>
@@ -112,7 +117,7 @@
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developer>
</developers>
<contributors>
<contributor>

View File

@@ -24,17 +24,14 @@
<author email="vmassol@apache.org">Vincent Massol</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="2.5-SNAPSHOT" date="In CVS">
<action dev="vmassol" type="add">
Added new <code>maven.checkstyle.suppressions.file</code>
property.
</action>
<action dev="vmassol" type="add">
Added generation of a Checkstyle RSS feed.
<body>
<release version="2.5" date="2004-10-12">
<action dev="vmassol" type="add">Added new
<code>maven.checkstyle.suppressions.file</code>property.
</action>
<action dev="vmassol" type="add">Added generation of a Checkstyle RSS feed.</action>
<action dev="aheritier" type="fix" issue="MPCHECKSTYLE-21">Fix : Build failed if target directory and License file didn't exist.</action>
</release>
</release>
<release version="2.4.1" date="2004-05-18">
<action dev="brett" type="fix">Fix checks built into plugin when not run on Windows.</action>
</release>