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/03/04 12:29:40 UTC

[camel-quarkus] 01/02: The next is 1.0.0-M5

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

commit 0e245b7577c9ab278db347008a5223fd55281ec6
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Mar 4 12:25:51 2020 +0100

    The next is 1.0.0-M5
---
 tooling/create-extension-templates/runtime-pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/create-extension-templates/runtime-pom.xml b/tooling/create-extension-templates/runtime-pom.xml
index c3e8a56..ce84179 100644
--- a/tooling/create-extension-templates/runtime-pom.xml
+++ b/tooling/create-extension-templates/runtime-pom.xml
@@ -32,7 +32,7 @@
     <name>[=namePrefix][=nameBase][=nameSegmentDelimiter]Runtime</name>
 
     <properties>
-        <firstVersion>[=version?split(".")[0]].[=version?split(".")[1]?number + 1].0</firstVersion>
+        <firstVersion>1.0.0-M5</firstVersion>
     </properties>
 
     <dependencyManagement>