Skip to content

Outdated maven-metadata.xml on Maven Central for pax-cdi-features #302

@roinser

Description

@roinser

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions