PR: MPPDF-57

Unable to remove cover type and version.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-26 13:37:58 +00:00
parent 4971989f01
commit 1cd5541fea
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<xsl:param name="coverProjectCompany">Apache Software Foundation</xsl:param>
<xsl:param name="coverProjectName">Jakarta Maven</xsl:param>
<xsl:param name="coverType">Project Documentation</xsl:param>
<xsl:param name="coverVersion">1.0</xsl:param>
<xsl:param name="coverVersion"/>
<xsl:param name="coverDate">January 1, 1901</xsl:param>
<xsl:param name="header_Height">0.5</xsl:param>
<xsl:param name="footer_Height">0.3</xsl:param>

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="2.5.1-SNAPSHOT" date="in SVN">
<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">
<action dev="aheritier" type="update" issue="MPPDF-55">Upgrade to Xalan 2.7.0.</action>