[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:
Benjamin Bentmann 2011-02-23 16:25:26 +00:00
parent 486563369a
commit 8be9db1513
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ public class DefaultVersionResolver
{
info.version = version;
info.repository = repository;
info.timestamp = timestamp;
}
}