This could be inspired from Dependency Version Ranges, e.g.:

<configuration>
  <portRange>[11000,12000)</portRange>
</configuration>

or simpler:

<configuration>
  <portRange>
    <min>11000</min>
    <max>12000</max>
  </portRange>
</configuration>
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