Issue Type: Bug Bug
Assignee: Unassigned
Created: 24/Apr/13 8:36 PM
Description:

Some libraries (like Hibernate) have their beta artifacts published on Maven central.

Whe running 'mvn versions:display-dependency-updates', I currently see:
org.hibernate:hibernate-core ………….. 4.1.9.Final -> 4.3.0.Beta1

I would like to have a way to exclude all versions contain some expressions such as "Beta". I would then see instead:
org.hibernate:hibernate-core ………….. 4.1.9.Final -> 4.1.11.Final

We could for instance add a command line parameter that would contain a list of expressions to be black-listed (beta, alpha...)

Project: Maven 2.x Versions Plugin
Priority: Major Major
Reporter: Michael Isvy
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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