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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user