-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I was wondering why a maven dependency using version ranges to 'org.ops4j.pax.cdi:pax-cdi-features:[1,2):xml:features' resolves to version 1.1.2.
It turns out that maven-metadata.xml (https://repo.maven.apache.org/maven2/org/ops4j/pax/cdi/pax-cdi-features/maven-metadata.xml) doesn't contain the versions 1.1.3 and 1.1.4.
curl https://repo.maven.apache.org/maven2/org/ops4j/pax/cdi/pax-cdi-features/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.ops4j.pax.cdi</groupId>
<artifactId>pax-cdi-features</artifactId>
<versioning>
<latest>1.1.2</latest>
<release>1.1.2</release>
<versions>
<version>0.4.0</version>
<version>0.5.0</version>
<version>0.6.0</version>
<version>0.7.0</version>
<version>0.8.0</version>
<version>0.9.0</version>
<version>0.10.0</version>
<version>0.11.0</version>
<version>0.12.0</version>
<version>1.0.0.RC1</version>
<version>1.0.0.RC2</version>
<version>1.0.0</version>
<version>1.1.0</version>
<version>1.1.1</version>
<version>1.1.2</version>
</versions>
<lastUpdated>20190213201352</lastUpdated>
</versioning>
</metadata>
Metadata
Metadata
Assignees
Labels
No labels