mirror of https://github.com/apache/maven.git
[MNG-4987] [regression] LATEST, RELEASE or SNAPSHOT version picked from wrong repository when resolution order does not match timestamp order
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1073807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
486563369a
commit
8be9db1513
|
@ -383,6 +383,7 @@ public class DefaultVersionResolver
|
|||
{
|
||||
info.version = version;
|
||||
info.repository = repository;
|
||||
info.timestamp = timestamp;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue