This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 89d64e9 Update version to 3.14.0-SNAPSHOT
89d64e9 is described below
commit 89d64e95512d7237a7d3b41869bc5331cbf0c382
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Nov 12 13:56:13 2021 +0100
Update version to 3.14.0-SNAPSHOT
---
camel-dependencies/pom.xml | 2 +-
docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 4 ++--
dsl/camel-jbang/camel-jbang-main/README.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 75e4d67..c179ecd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>3.13.0-SNAPSHOT</version>
+ <version>3.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Camel :: Dependencies</name>
<description>Camel Dependencies POM</description>
diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
index 340c0dc..50fb4b0 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -62,14 +62,14 @@ The maven coordinates for these archetypes is the following:
If you would like to use an archetype from an unreleased version of
Camel, you just need to let the maven-archetype-plugin know where to
look for it. For example, say someone wanted to create a Java based
-project based on Camel 3.13.0-SNAPSHOT. He'd need to use the following command
+project based on Camel 3.14.0-SNAPSHOT. He'd need to use the following command
[source,bash]
----
mvn archetype:generate \
-DarchetypeGroupId=org.apache.camel.archetypes \
-DarchetypeArtifactId=camel-archetype-java \
- -DarchetypeVersion=3.13.0-SNAPSHOT
+ -DarchetypeVersion=3.14.0-SNAPSHOT
----
When the project is created, you may need to add another repository to
diff --git a/dsl/camel-jbang/camel-jbang-main/README.md
b/dsl/camel-jbang/camel-jbang-main/README.md
index c89f296..14dc34e 100644
--- a/dsl/camel-jbang/camel-jbang-main/README.md
+++ b/dsl/camel-jbang/camel-jbang-main/README.md
@@ -65,7 +65,7 @@ available for Kafka, such as the Confluent one and the
Strimzi project one.
If needed for development and debugging purposes, dependencies can be
referenced by correctly resolving the parameterized variables on the command
line. Such as:
```
-jbang -Dcamel.jbang.version=3.13.0-SNAPSHOT CamelJBang.java
+jbang -Dcamel.jbang.version=3.14.0-SNAPSHOT CamelJBang.java
```
### Checkstyle