You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Benedict (JIRA)" <ji...@codehaus.org> on 2008/03/14 06:29:30 UTC

[jira] Created: (MENFORCER-39) Allow simplified range checking

Allow simplified range checking
-------------------------------

                 Key: MENFORCER-39
                 URL: http://jira.codehaus.org/browse/MENFORCER-39
             Project: Maven 2.x Enforcer Plugin
          Issue Type: Improvement
          Components: Standard Rules
    Affects Versions: 1.0-alpha-3, 1.0
            Reporter: Paul Benedict
            Assignee: Brian Fox
            Priority: Minor


The rule "[1.0.0,)" means at least 1.0.0 inclusive and anything greater. The comma should be optional for single-value ranges. It can be inferred simply from the brackets and braces what the intention is. So "[1.0.0)" should also be a valid version range.

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

        

[jira] Commented: (MENFORCER-39) Allow simplified range checking

Posted by "Paul Benedict (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MENFORCER-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135170#action_135170 ] 

Paul Benedict commented on MENFORCER-39:
----------------------------------------

Any reason why you don't want to simplify it? I must admit, [1.0.0,) is just an elongated way of specifying a version number in a natural fashion.

> Allow simplified range checking
> -------------------------------
>
>                 Key: MENFORCER-39
>                 URL: http://jira.codehaus.org/browse/MENFORCER-39
>             Project: Maven 2.x Enforcer Plugin
>          Issue Type: Improvement
>          Components: Standard Rules
>    Affects Versions: 1.0-alpha-3, 1.0
>            Reporter: Paul Benedict
>            Assignee: Brian Fox
>            Priority: Minor
>
> The rule "[1.0.0,)" means at least 1.0.0 inclusive and anything greater. The comma should be optional for single-value ranges. It can be inferred simply from the brackets and braces what the intention is. So "[1.0.0)" should also be a valid version range.

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

        

[jira] Closed: (MENFORCER-39) Allow simplified range checking

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MENFORCER-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox closed MENFORCER-39.
------------------------------

    Resolution: Won't Fix

You can already do this as 1.0.0 means [1.0.0,) (i tweaked the interpretation of this syntax only) but we shouldn't deviate from the standard syntax any further.

> Allow simplified range checking
> -------------------------------
>
>                 Key: MENFORCER-39
>                 URL: http://jira.codehaus.org/browse/MENFORCER-39
>             Project: Maven 2.x Enforcer Plugin
>          Issue Type: Improvement
>          Components: Standard Rules
>    Affects Versions: 1.0-alpha-3, 1.0
>            Reporter: Paul Benedict
>            Assignee: Brian Fox
>            Priority: Minor
>
> The rule "[1.0.0,)" means at least 1.0.0 inclusive and anything greater. The comma should be optional for single-value ranges. It can be inferred simply from the brackets and braces what the intention is. So "[1.0.0)" should also be a valid version range.

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

        

[jira] Commented: (MENFORCER-39) Allow simplified range checking

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MENFORCER-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135211#action_135211 ] 

Brian Fox commented on MENFORCER-39:
------------------------------------

What you're asking for is already done. Just use 1.0.0 and that means 1.0.0 or greater.

> Allow simplified range checking
> -------------------------------
>
>                 Key: MENFORCER-39
>                 URL: http://jira.codehaus.org/browse/MENFORCER-39
>             Project: Maven 2.x Enforcer Plugin
>          Issue Type: Improvement
>          Components: Standard Rules
>    Affects Versions: 1.0-alpha-3, 1.0
>            Reporter: Paul Benedict
>            Assignee: Brian Fox
>            Priority: Minor
>
> The rule "[1.0.0,)" means at least 1.0.0 inclusive and anything greater. The comma should be optional for single-value ranges. It can be inferred simply from the brackets and braces what the intention is. So "[1.0.0)" should also be a valid version range.

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