Skip to content

Commit

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

# Project versions
camel-version: 4.8.1 # replace ${camel.version}
camel-version: 4.8.2 # replace ${camel.version}
camel-docs-version: 4.8.x
camel-quarkus-version: 3.15.2 # replace ${camel-quarkus.version}
quarkus-version: 3.15.2 # replace ${quarkus.version}
Expand Down
4 changes: 2 additions & 2 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.8.1</version>
<version>4.8.2</version>
</parent>

<groupId>org.apache.camel.quarkus</groupId>
Expand All @@ -40,7 +40,7 @@

<!-- Primary dependencies - maintained manually -->
<camel.major.minor>4.8</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
<camel.version>${camel.major.minor}.1</camel.version>
<camel.version>${camel.major.minor}.2</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 70dd74c

Please sign in to comment.