Details
-
Type:
Bug
-
Status:
Closed
-
Resolution: Fixed
-
Component/s: Invalid Metadata
-
Labels:None
-
Group ID:commons-httpclient
-
Artifact ID:commons-httpclient
-
Version:3.1-alpha1
Description
I am trying to use the version range feature that is talked about in Better builds with Maven. I am specifying the commons-httpclient dependency as
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>[3.1-alpha1,)</version>
</dependency>
Unfortunately, the usefulness of this feature is being sabotaged because the latest version of artificat is not listed in the maven-metadata.xml.
Please update the maven-metadata.xml in this project and others. In particular
hsqldb,
commons-*,
rhino/js
htmlunit
When updating those files, please do not list the versions using dates as their version id as it screws up the maven feature that allows dependencies to specify a version range.
This is a sample file showing what I think the maven-metadata.xml file should look like