[
https://issues.apache.org/jira/browse/IVY-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maarten Coene resolved IVY-494.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0-alpha-2
The problem was the space in the revision-range:
[1.5.3, 3.0-beta] doesn't work
[1.5.3,3.0-beta] does work
This should be fixed now in trunk
> Ivy does not handle multiple version dependencies in maven2 poms correctly
> --------------------------------------------------------------------------
>
> Key: IVY-494
> URL: https://issues.apache.org/jira/browse/IVY-494
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.4.1
> Environment: IvyDE 1.2.0
> Reporter: Jan Koops
> Assignee: Maarten Coene
> Fix For: 2.0.0-alpha-2
>
>
> When trying to get hibernate3 from jboss-repo:
> {{jboss-org: tried http://repository.jboss.com/maven2/asm/asm/[1.5.3,
> 3.0-beta]/asm-[1.5.3, 3.0-beta].pom}}
> The dependencies in the pom are declared like:
> <dependencies>
> <dependency>
> <groupId>hibernate</groupId>
> <artifactId>hibernate3</artifactId>
> <version>[3.1.1, 3.1.2]</version>
> </dependency>
> </dependencies>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.