Skip to content

Commit

Permalink
Upgrade Camel to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Feb 14, 2025
1 parent d1c9667 commit fd7443e
Show file tree
Hide file tree
Showing 5 changed files with 1,056 additions and 1,056 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ asciidoc:
requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"

# Project versions
camel-version: 4.10.0 # replace ${camel.version}
camel-version: 4.11.0-SNAPSHOT # replace ${camel.version}
camel-docs-version: next
camel-quarkus-version: 3.19.0 # replace ${camel-quarkus.version}
quarkus-version: 3.19.0.CR1 # replace ${quarkus.version}
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
<version>4.10.0</version>
<version>4.11.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.camel.quarkus</groupId>
Expand All @@ -39,8 +39,8 @@
<properties>

<!-- Primary dependencies - maintained manually -->
<camel.major.minor>4.10</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
<camel.version>${camel.major.minor}.0</camel.version>
<camel.major.minor>4.11</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
<camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version>
<camel.docs.components.version>${camel.major.minor}.x</camel.docs.components.version><!-- the version in Camel's docs/components/antora.yml -->
<camel.docs.components.xref>${camel.docs.components.version}@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml -->
<camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable camel branch on which our Antora docs depends -->
Expand Down
Loading

0 comments on commit fd7443e

Please sign in to comment.