From 548aedfb4c59021c266e0db6ace1b5a67017e70e Mon Sep 17 00:00:00 2001 From: felipeal Date: Wed, 12 Jan 2005 00:56:16 +0000 Subject: [PATCH] MPJAR-42: fixed typo git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@124931 13f79535-47bb-0310-9956-ffa450edef68 --- jar/xdocs/changes.xml | 1 + jar/xdocs/properties.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index d9a2216a..4bdca5cd 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -26,6 +26,7 @@ + Fix typo on documentation. Fix typo on documentation. Added new property maven.jar.final.name. diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml index 5a1e0ec4..96d4163d 100644 --- a/jar/xdocs/properties.xml +++ b/jar/xdocs/properties.xml @@ -237,7 +237,7 @@ maven.final.name Yes - Usually this property is set to ${project.id}-${project.currentVersion} + Usually this property is set to ${pom.id}-${pom.currentVersion} but the snapshot goal overwrites it to be the snapshot signature