record the base version (ie, keep SNAPSHOT so each new snapshot doesn't cause a prompt)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-18 13:29:36 +00:00
parent 7f0f194fca
commit c16f3e139f

View File

@ -541,7 +541,7 @@ private String resolveReleaseVersion( String groupId, String artifactId, List re
"Cannot resolve RELEASE version of this plugin.", e );
}
return releaseArtifact.getVersion();
return releaseArtifact.getBaseVersion();
}
}