[
https://issues.apache.org/jira/browse/MNG-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069691#comment-17069691
]
Hudson commented on MNG-6182:
-----------------------------
Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4
See
https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/
> ModelResolver interface enhancement: addition of resolveModel( Dependency )
> supporting version ranges
> -----------------------------------------------------------------------------------------------------
>
> Key: MNG-6182
> URL: https://issues.apache.org/jira/browse/MNG-6182
> Project: Maven
> Issue Type: New Feature
> Reporter: Christian Schulte
> Assignee: Christian Schulte
> Priority: Trivial
> Fix For: 3.5.0-beta-1, 3.5.0
>
>
> In order to implement MNG-4463 in Maven 3.5.1, the {{ModelResolver}}
> interface needs to be enhanced: we need a new method that can use a version
> range, like the one that was done for parent resolution
> {code:java} ModelSource resolveModel( Dependency dependency )
> throws UnresolvableModelException;{code}
> We will do that in Maven 3.5.0, but will not use any of the new methods. When
> e.g. IDE integrators upgrade to Maven 3.5.0, they will need to enhance their
> implementations as of Maven 3.5.0 instead of Maven 3.5.1. This way we can
> avoid adding methods to public interfaces in a patch release Maven 3.5.1 and
> have a Maven 3.5.0 public API prepared for everything planned for 3.5.x.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)