Skip to content

Commit

Permalink
chore: Update quarkus versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip authored and igarashitm committed Dec 9, 2024
1 parent c161ca3 commit 00cad09
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions packages/catalog-generator/scripts/build-catalogs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,34 @@ const require = createRequire(import.meta.url);
const CATALOGS = {
// https://repo1.maven.org/maven2/org/apache/camel/camel-catalog/
// https://maven.repository.redhat.com/ga/org/apache/camel/camel-catalog/
Main: ['4.9.0', '4.8.2', '4.4.4', '4.4.0.redhat-00046', '4.8.0.redhat-00017'],
Main: [
//
'4.9.0',
'4.8.2',
'4.4.4',
'4.8.0.redhat-00017',
'4.4.0.redhat-00046',
],
// 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'],
Quarkus: [
//
'3.17.0', // Camel 4.9.0
'3.15.1', // Camel 4.8.1
'3.8.4', // Camel 4.4.4
'3.15.0.redhat-00007', // Camel 4.8.0.redhat-00015
'3.8.0.redhat-00018', // Camel 4.4.0.redhat-00046
],
// 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.9.0', '4.8.2', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
SpringBoot: [
//
'4.9.0',
'4.8.2',
'4.4.4',
'4.8.0.redhat-00022',
'4.4.0.redhat-00039',
],
};
// https://repo1.maven.org/maven2/org/apache/camel/kamelets/camel-kamelets/
const KAMELETS_VERSION = '4.9.0';
Expand Down

0 comments on commit 00cad09

Please sign in to comment.