This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-master by this push:
new 0b43031 Upgrade to Camel 3.9.0
0b43031 is described below
commit 0b430311d40c0ed4e40d9d0c54001f55d916cbcd
Author: James Netherton <[email protected]>
AuthorDate: Mon Feb 15 09:53:53 2021 +0000
Upgrade to Camel 3.9.0
---
docs/modules/ROOT/partials/reference/others/spring-xml.adoc | 1 +
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/partials/reference/others/spring-xml.adoc
b/docs/modules/ROOT/partials/reference/others/spring-xml.adoc
new file mode 100644
index 0000000..a509c1d
--- /dev/null
+++ b/docs/modules/ROOT/partials/reference/others/spring-xml.adoc
@@ -0,0 +1 @@
+// Empty partial for a Camel bit unsupported by Camel Quarkus to avoid
warnings when this file is included from a Camel page
diff --git a/pom.xml b/pom.xml
index 16bf736..5e0b81a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>3.8.0</version>
+ <version>3.9.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.quarkus</groupId>
@@ -55,7 +55,7 @@
<bouncycastle.version>${bouncycastle-version}</bouncycastle.version><!-- keep
in sync with Camel -->
<camel.major.minor>3.8</camel.major.minor> <!-- run after each change:
cd docs && mvndev validate -->
- <camel.version>${camel.major.minor}.0</camel.version>
+ <camel.version>3.9.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 -->