This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit abb1834e8dac8630d70e6198fe96f47e6d1a471b
Author: James Netherton <jamesnether...@gmail.com>
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 0c9a9fd..fdb7c45 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 -->
 

Reply via email to