quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

Non-platform catalogs are missing the quarkus-core-version #27

Closed aloubyansky closed 3 years ago

aloubyansky commented 3 years ago

If you open https://repo1.maven.org/maven2/io/quarkus/platform/quarkus-bom-quarkus-platform-descriptor/2.1.3.Final/quarkus-bom-quarkus-platform-descriptor-2.1.3.Final-2.1.3.Final.json at the very bottom you'll find "quarkus-core-version": "2.1.3.Final"

but for example https://registry.quarkus.io/maven/io/quarkus/registry/quarkus-non-platform-extensions/1.0-SNAPSHOT/quarkus-non-platform-extensions-1.0-SNAPSHOT-2.1.3.Final.json is missing it.

gastaldi commented 3 years ago

Fixed and deployed 👍🏻 Thanks for reporting this

aloubyansky commented 3 years ago

That was super fast, thanks a lot!