[maven-scm-plugin] prepare release 2.5.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@523212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-03-28 07:31:07 +00:00
parent 9a16af24db
commit de5b5c74c0
2 changed files with 102 additions and 97 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<artifactId>maven-pdf-plugin</artifactId>
<name>Maven PDF Plugin</name>
<currentVersion>2.5.1-SNAPSHOT</currentVersion>
<currentVersion>2.5.1</currentVersion>
<description>PDF Documentation generator</description>
<shortDescription>Generator of project documentation in PDF Format.</shortDescription>
<versions>
@ -62,6 +62,11 @@
<name>2.5</name>
<tag>MAVEN_PDF_2_5</tag>
</version>
<version>
<id>2.5.1</id>
<name>2.5.1</name>
<tag>MAVEN_PDF_2_5_1</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,7 +25,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="2.5.1-SNAPSHOT" date="in SVN">
<release version="2.5.1" date="2007-03-28">
<action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action>
</release>
<release version="2.5" date="2006-07-21">