From 8b83f608bdeb008c98bd81fa68464ea5d0ece6fa Mon Sep 17 00:00:00 2001 From: felipeal Date: Wed, 12 Jan 2005 01:01:44 +0000 Subject: [PATCH] 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 --- jar/xdocs/properties.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml index 96d4163d..2831c93c 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 ${pom.id}-${pom.currentVersion} + Usually this property is set to ${pom.artifactId}-${pom.currentVersion} but the snapshot goal overwrites it to be the snapshot signature