This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-karaf-3.13.x in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/camel-karaf-3.13.x by this push: new f0c621c Camel karaf 3.13.x release (#94) f0c621c is described below commit f0c621c11fe6289231ee315affa7eb8fcda858db Author: djencks <djen...@apache.org> AuthorDate: Sat Nov 13 00:36:35 2021 -0800 Camel karaf 3.13.x release (#94) * update docs component version after release * docs changes for 3.13.x release --- docs/antora.yml | 4 +--- .../src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 55326b0..1f9d188 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,8 +17,6 @@ name: camel-karaf title: Camel Karaf -version: next -prerelease: true -display_version: Next (Pre-release) +version: 3.13.x nav: - modules/ROOT/nav.adoc diff --git a/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java b/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java index 59ecd06..e3580e8 100644 --- a/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java +++ b/tooling/camel-karaf-docs-maven-plugin/src/main/java/org/apache/camel/karaf/maven/ExtMvelHelper.java @@ -27,7 +27,7 @@ import org.apache.camel.tooling.model.LanguageModel; public class ExtMvelHelper { - private final static String CAMEL_VERSION = "next"; + private final static String CAMEL_VERSION = "3.13.x"; private final Path extensionsDocPath;