Skip to content

Commit

Permalink
[MNG-4987] [regression] LATEST, RELEASE or SNAPSHOT version picked fr…
Browse files Browse the repository at this point in the history
…om 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
  • Loading branch information
bentmann committed Feb 23, 2011
1 parent 4865633 commit 8be9db1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -383,6 +383,7 @@ else if ( info.isOutdated( timestamp ) )
{
info.version = version;
info.repository = repository;
info.timestamp = timestamp;
}
}

Expand Down

0 comments on commit 8be9db1

Please sign in to comment.