Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
roinser opened this issue Oct 19, 2023 · 0 comments
Open

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

roinser opened this issue Oct 19, 2023 · 0 comments

Comments

@roinser
Copy link

roinser commented Oct 19, 2023

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant