Sergey Kravchenko created IVY-1510:
--------------------------------------
Summary: Wrong version on resolve "org.apache.xmlbeans#xmlbeans"
Key: IVY-1510
URL: https://issues.apache.org/jira/browse/IVY-1510
Project: Ivy
Issue Type: Bug
Affects Versions: 2.4.0
Environment: Windows 7 Pro, java jdk 1.8.0_31
Reporter: Sergey Kravchenko
Wrong version on resolve "org.apache.xmlbeans#xmlbeans".
Expected version 2.6.0. Found version: 2.3.0
In Maven Central last version 2.6.0:
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.xmlbeans%22%20AND%20a%3A%22xmlbeans%22
build.xml:
{code:xml}
<project name="bug1" default="test1" xmlns:ivy="antlib:org.apache.ivy.ant">
<target name="test1">
<ivy:resolve organisation="org.apache.xmlbeans" module="xmlbeans"
revision="2+" inline="true" />
</target>
</project>
{code}
output:
{code}
Buildfile: D:\t\ivy-bug\build.xml
test1:
[ivy:resolve] :: Apache Ivy 2.4.0 - 20141213170938 ::
http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: url =
jar:file:/W:/pf/ant/lib/ivy-2.4.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:resolve] :: resolving dependencies ::
org.apache.xmlbeans#xmlbeans-caller;working
[ivy:resolve] confs: [default, master, compile, provided, runtime, system,
sources, javadoc, optional]
[ivy:resolve] found org.apache.xmlbeans#xmlbeans;2.3.0 in public
[ivy:resolve] found stax#stax-api;1.0.1 in public
[ivy:resolve] :: resolution report :: resolve 97ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 2 | 0 | 0 | 0 || 2 | 0 |
| master | 1 | 0 | 0 | 0 || 1 | 0 |
| compile | 2 | 0 | 0 | 0 || 1 | 0 |
| provided | 1 | 0 | 0 | 0 || 0 | 0 |
| runtime | 2 | 0 | 0 | 0 || 1 | 0 |
| system | 1 | 0 | 0 | 0 || 0 | 0 |
| sources | 1 | 0 | 0 | 0 || 0 | 0 |
| javadoc | 1 | 0 | 0 | 0 || 0 | 0 |
| optional | 1 | 0 | 0 | 0 || 0 | 0 |
---------------------------------------------------------------------
BUILD SUCCESSFUL
Total time: 2 seconds
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)