Issue Type: Improvement Improvement
Assignee: Unassigned
Attachments: maven-versions-patch
Created: 12/Aug/13 1:00 PM
Description:

The "use-releases" goal should optionally consider a module's declaration on a parent version to be a candidate for modification. For example, if a pom has this stanza:

<parent>
<artifactId>parent-pom</parent>
<version>1.0-SNAPSHOT</version>
</parent>

And that version of the parent has been released, "use-releases" would change the text in the <version> element to be "1.0", if the plugin option to include parent version is enabled.

Project: Mojo's Versions Maven Plugin
Priority: Minor Minor
Reporter: Keith Collison
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