Skip to content

Commit

Permalink
chore: provide more precise urls to search versions of Catalog (#1696)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
Co-authored-by: Lars Heinemann <[email protected]>
  • Loading branch information
apupier and lhein authored Dec 9, 2024
1 parent 1f3132a commit 0650703
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/catalog-generator/scripts/build-catalogs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ const require = createRequire(import.meta.url);
* @type {Record<import('../dist/types').CatalogRuntime, string[]>}
**/
const CATALOGS = {
// https://repo1.maven.org/maven2/org/apache/camel/camel/
// https://repo1.maven.org/maven2/org/apache/camel/camel-catalog/
// https://maven.repository.redhat.com/ga/org/apache/camel/camel-catalog/
Main: ['4.8.1', '4.4.4', '4.4.0.redhat-00046', '4.8.0.redhat-00017'],
// https://repo1.maven.org/maven2/org/apache/camel/quarkus/camel-quarkus/
// https://repo1.maven.org/maven2/org/apache/camel/quarkus/camel-quarkus-catalog/
// https://maven.repository.redhat.com/ga/org/apache/camel/quarkus/camel-quarkus-catalog/
Quarkus: ['3.16.0', '3.8.4', '3.8.0.redhat-00018', '3.15.0.redhat-00007'],
// https://repo1.maven.org/maven2/org/apache/camel/springboot/spring-boot/
// https://repo1.maven.org/maven2/org/apache/camel/springboot/camel-catalog-provider-springboot/
// https://maven.repository.redhat.com/ga/org/apache/camel/springboot/camel-catalog-provider-springboot/
SpringBoot: ['4.8.1', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
};
// https://repo1.maven.org/maven2/org/apache/camel/kamelets/camel-kamelets/
Expand Down

0 comments on commit 0650703

Please sign in to comment.