MPJAR-42: fixed wrong pom property :-(

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal 2005-01-12 01:01:44 +00:00
parent 548aedfb4c
commit 8b83f608bd

View File

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