Work around Eclipse module version comparison issues in Maven 
--------------------------------------------------------------

                 Key: UIMA-1588
                 URL: https://issues.apache.org/jira/browse/UIMA-1588
             Project: UIMA
          Issue Type: Bug
          Components: Build, Packaging and Test, Eclipse plugins
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 2.3


Maven compares (sometimes) versions such that 1.2.3 is considered later than 
1.2.3-XXXX.  So you cannot specify a dependency range of [3.3.0,3.4.0) and have 
it match something in the repo with a version 3.3.0-v20090603.  Work around 
this by changing the range to [3.2.9,3.4.0) - that is, one notch below the one 
you want.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to