I have a question about revision dependencies and precisely how the "+"
wildcard works.... e.g., in a dependency like this:

        <dependency conf="default->apis,impl" org="org.apache.xerces"
name="xerces" rev="2.5+"/>

I think the best way to ask the question is with a little true/false quiz
:-)

Does rev="2.5+" match "2.5.3" ?
Does rev="2.5+" match "2.6" ?
Does rev="2.5+" match "3.0" ?
Does rev="2.5.+" match "2.5.3" ?
Does rev="2.5.+" match "2.6" ?
Does rev="2.5.+" match "3.0" ?

Thanks,
-Archie

-- 
Archie L. Cobbs

Reply via email to