Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0, 2.1
-
Fix Version/s: None
-
Labels:None
-
Environment:Xp Pro SP2
-
Number of attachments :
Description
Similar to MRELEASE-134 in maven-release-plugin
<version>[1.1.0,)</version>
This version range can resolve to the latest dev SNAPSHOT. The idea plugin should ignore SNAPSHOTS as that is not intended by the unbounded high end of the version range.
This document:
http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges
addressed the requirements for version ranges and stated that "Resolution of dependency ranges should not resolve to a snapshot (development version) unless it is included as an explicit boundary". I think this requirement was forgetten when version ranges were implemented.
Issue Links
Activity
Dennis Lundberg
made changes -
David Hoffer
made changes -