Uploaded image for project: 'Maven Enforcer Plugin'
  1. Maven Enforcer Plugin
  2. MENFORCER-4

Typos in Version Range Specification document

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0-alpha-3
    • None
    • None

    Description

      In http://maven.apache.org/plugins/maven-enforcer-plugin/rules/versionRanges.html there two typos in table:
      (1.0,2.0) 1.0 >= x <= 2.0
      should be:
      (1.0,2.0) 1.0 > x < 2.0
      and:
      [1.0,2.0] 1.0 > x < 2.0
      should be:
      (1.0,2.0) 1.0 >= x <= 2.0

      Attachments

        Activity

          People

            brianf Brian E Fox
            grek Grzegorz Kossakowski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: