mirror of https://github.com/apache/maven.git
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:
parent
302d471cbb
commit
c4e0970502
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue