mirror of https://github.com/apache/maven.git
[MNG-4059] Remove support for non-unique SNAPSHOT deployments
o Made uniqueVersion default to true git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f3b5c9b02
commit
929016ddf9
|
@ -41,7 +41,7 @@ public class DefaultArtifactRepository
|
|||
|
||||
private ArtifactRepositoryPolicy releases;
|
||||
|
||||
private boolean uniqueVersion;
|
||||
private boolean uniqueVersion = true;
|
||||
|
||||
private boolean blacklisted;
|
||||
|
||||
|
|
Loading…
Reference in New Issue