[
https://issues.apache.org/jira/browse/IVY-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538315
]
Maarten Coene commented on IVY-632:
-----------------------------------
The example of Ant I gave above also comes from the maven2 repository. And for
Ant, there is no relocation specified.
> support changing organisations
> ------------------------------
>
> Key: IVY-632
> URL: https://issues.apache.org/jira/browse/IVY-632
> Project: Ivy
> Issue Type: New Feature
> Components: Core
> Reporter: Maarten Coene
>
> It is possible that the organisation has been changed when a new version of a
> module is released.
> For instance:
> ant 1.6.x -> organisation = "ant"
> ant 1.7.x -> orgnaisation = "org.apache.ant"
> This makes it difficult when you have dynamic revisions like this:
> <dependency org="ant" module="ant" rev="[1.6, 1.7]" />
> which will only find the latest 1.6.x revision
> It would be a nice feature if this use case could be supported by Ivy.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.