This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e01f025d861690fbbdd4e2dd52168f9e2c8a5a92 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Jun 29 11:56:56 2021 +0100 Upgrade Camel to 3.12.0 --- docs/antora-playbook-dev.yml | 2 +- docs/antora-playbook.yml | 2 +- docs/antora.yml | 2 +- pom.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml index 9001771..d4ab0d0 100644 --- a/docs/antora-playbook-dev.yml +++ b/docs/antora-playbook-dev.yml @@ -26,7 +26,7 @@ content: start_path: docs - url: g...@github.com:apache/camel.git branches: - - camel-3.11.x # replace ${camel.docs.branch} + - camel-3.12.x # replace ${camel.docs.branch} start_paths: - docs/components - url: g...@github.com:apache/camel.git diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml index 0450197..072b485 100644 --- a/docs/antora-playbook.yml +++ b/docs/antora-playbook.yml @@ -26,7 +26,7 @@ content: start_path: docs - url: g...@github.com:apache/camel.git branches: - - camel-3.11.x # replace ${camel.docs.branch} + - camel-3.12.x # replace ${camel.docs.branch} start_paths: - docs/components - url: g...@github.com:apache/camel.git diff --git a/docs/antora.yml b/docs/antora.yml index 4b37174..166f265 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -22,7 +22,7 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: - cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} + cq-camel-components: 3.12.x@components # replace ${camel.docs.components.xref} min-maven-version: 3.6.2 # replace ${min-maven-version} target-maven-version: 3.8.1 # replace ${target-maven-version} quarkus-version: 2.2.1.Final # replace ${quarkus.version} diff --git a/pom.xml b/pom.xml index 42bfd29..29dc9c8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.11.1</version> + <version>3.12.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.quarkus</groupId> @@ -38,8 +38,8 @@ <properties> <!-- Primary dependencies - maintained manually --> - <camel.major.minor>3.11</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> - <camel.version>${camel.major.minor}.1</camel.version> + <camel.major.minor>3.12</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> + <camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version> <camel.docs.components.xref>${camel.major.minor}.x@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 branch on which our Antora docs depends -->