[ 
http://jira.codehaus.org/browse/MVERSIONS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=184449#action_184449
 ] 

Benoit Lafontaine commented on MVERSIONS-52:
--------------------------------------------

Precision,
Range filter will act on 2 levels :
- Filter artifacts that will be updated
- Filter latest release number

Example:
A depends on B-1.0.2.
B is available in versions : 1.0.2, 1.0.3, 1.1.1

mvn versions:use-latest-releases   --> update to B-1.1.1
mvn versions:use-latest-releases *:B:*:[1.0.0,1.1.0)   --> update to B-1.0.3
mvn versions:use-latest-releases *:B:*:[1.0.4,1.1.0)   --> no update because 
dependency B-1.0.2 in not included in range


> Add the possibility to use version range in includes/excludes filters on 
> use-latest-releases
> --------------------------------------------------------------------------------------------
>
>                 Key: MVERSIONS-52
>                 URL: http://jira.codehaus.org/browse/MVERSIONS-52
>             Project: Maven 2.x Versions Plugin
>          Issue Type: New Feature
>            Reporter: Benoit Lafontaine
>         Attachments: includes-filters-version-range.patch
>
>
> Possibility to use the following command :
> mvn versions:use-latest-releases "-Dincludes=group:artefact:jar:[0.0.1,0.1.0)"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to