MPJAR-42: fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal
2005-01-12 00:56:16 +00:00
parent e25824e310
commit 548aedfb4c
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="felipeal" type="fix" issue="MPJAR-42" due-to="Joseph Benavidez">Fix typo on documentation.</action>
<action dev="felipeal" type="fix" issue="MPJAR-40" due-to="Shinobu Kawai">Fix typo on documentation.</action>
<action dev="felipeal" type="add">Added new property <code>maven.jar.final.name</code>.</action>
</release>

View File

@@ -237,7 +237,7 @@
<td>maven.final.name</td>
<td>Yes</td>
<td>
Usually this property is set to <code>${project.id}-${project.currentVersion}</code>
Usually this property is set to <code>${pom.id}-${pom.currentVersion}</code>
but the snapshot goal overwrites it to be the snapshot signature
</td>
</tr>