mirror of https://github.com/apache/maven.git
PR: MNG-505
clarify git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
289aa0f6a5
commit
6ab6bf4e40
|
@ -403,6 +403,8 @@ public class VersionRange
|
||||||
{
|
{
|
||||||
Restriction restriction = (Restriction) restrictions.get( restrictions.size() - 1 );
|
Restriction restriction = (Restriction) restrictions.get( restrictions.size() - 1 );
|
||||||
// TODO: how can we find the latest release before something to facilitate ) at the end?
|
// TODO: how can we find the latest release before something to facilitate ) at the end?
|
||||||
|
// Also, how can we find the latest release when there no RELEASE metadata? We need to be maintaining
|
||||||
|
// a version list in the repository
|
||||||
version = restriction.getUpperBound();
|
version = restriction.getUpperBound();
|
||||||
if ( version == null )
|
if ( version == null )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue