You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/07/03 10:44:52 UTC

[camel-quarkus] branch master updated: The next is 1.0.0-CR4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0ad3064  The next is 1.0.0-CR4
0ad3064 is described below

commit 0ad306425da41790b4a16ae2da363212b78b6cae
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Jul 3 12:44:28 2020 +0200

    The next is 1.0.0-CR4
---
 docs/antora.yml                                    | 2 +-
 tooling/create-extension-templates/runtime-pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index a3f766b..de92978 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -22,4 +22,4 @@ nav:
 - modules/ROOT/nav.adoc
 asciidoc:
   attributes:
-    camel-quarkus-last-release: 1.0.0-CR2
+    camel-quarkus-last-release: 1.0.0-CR3
diff --git a/tooling/create-extension-templates/runtime-pom.xml b/tooling/create-extension-templates/runtime-pom.xml
index 75208ab..ee729b2 100644
--- a/tooling/create-extension-templates/runtime-pom.xml
+++ b/tooling/create-extension-templates/runtime-pom.xml
@@ -33,7 +33,7 @@
     <description>[=description]</description>
 
     <properties>
-        <firstVersion>1.0.0-CR3</firstVersion>
+        <firstVersion>1.0.0-CR4</firstVersion>
     </properties>
 
     <dependencyManagement>