Missing versions in maven-metadata.xml for log4j
------------------------------------------------
Key: MEV-658
URL: http://jira.codehaus.org/browse/MEV-658
Project: Maven Evangelism
Issue Type: Bug
Components: Invalid Metadata
Reporter: Benjamin Bentmann
As of this writing,
{{http://repo1.maven.org/maven2/log4j/log4j/maven-metadata.xml}} looks like
{code:xml}
<metadata>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<versioning>
<release>1.2.16</release>
<versions>
<version>1.2.15</version>
<version>1.2.16</version>
</versions>
<lastUpdated>20100331042604</lastUpdated>
</versioning>
</metadata>
{code}
and hence misses all released versions before 1.2.15 which makes previously
successful version ranges like [1.2,1.2.14] fail.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira