get the base version, not the resolved version

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-06 07:38:14 +00:00
parent 302d471cbb
commit c4e0970502
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class MavenMetadataSource
{
Artifact metadataArtifact = artifactFactory.createArtifact( artifact.getGroupId(),
artifact.getArtifactId(),
artifact.getVersion(), artifact.getScope(),
artifact.getBaseVersion(), artifact.getScope(),
"pom", null );
try