Add mojo to set version range of property association
-----------------------------------------------------

                 Key: MVERSIONS-82
                 URL: http://jira.codehaus.org/browse/MVERSIONS-82
             Project: Maven 2.x Versions Plugin
          Issue Type: New Feature
            Reporter: Max Schaefer
            Priority: Minor


When creating a branch of my project I would like to limit updates on artifact 
versions to a range including the current value of the property without 
qualifier.
Example:

<version.xxx>3.0.1-rc3</version.xxx>

<property>
  <name>version.xxx</name>
  <dependencies>
    <dependency>
      <groupId>yyy</groupId>
      <artifactId>xxx</artifactId>    
    </dependency>
  </dependencies>
</property>

Invoking the new mojo should add now to the dependency 
<version>(,3.0.1]</version>. 


-- 
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