Luckily, all the old poms have correct coordinates :-) They MUST be the
same in pom.xml and ivy.xml

Gintas

2017-05-31 17:09 GMT+02:00 Gintautas Grigelionis <g.grigelio...@gmail.com>:

> Hi,
>
> the master is correct and all previous coordinates as well as RC1 are
> wrong.
>
> Gintas
>
> 2017-05-31 16:40 GMT+02:00 Stefan Bodewig <bode...@apache.org>:
>
>> Hi all
>>
>> I've just realized that the ivy.xml file I've published to Nexus has
>> completely different coordinates from the one used in earlier
>> releases. It used to be
>>
>>     <info organisation="org/apache"
>>           module="ant" ...>
>>         <artifact name="ant-compress" ...
>>
>> for 1.5 RC1 it is
>>
>>     <info organisation="Apache Ant"
>>           module="ant-compress" ...>
>>         <artifact name="ant-compress" ...
>>
>> and the current master branch would create
>>
>>     <info organisation="org.apache.ant"
>>           module="ant-compress"
>>          <artifact name="ant-compress" ...
>>
>> I'm not sure whether anybody uses Ivy to obtain the antlib, but if they
>> do it is certainly broken by that change. Neither 1.5 RC1 nor master look
>> correct to me.
>>
>> I'm on the fence whether organization should be org/apache or org.apache
>> but given Ant itself uses the slash version and the Compress Antlib has
>> done so before I'm inclined to go with that.
>>
>> Stefan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
>> For additional commands, e-mail: dev-h...@ant.apache.org
>>
>>
>

Reply via email to