mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
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:
parent
7f0f194fca
commit
c16f3e139f
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user