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 0045bc7 Fixup 94ef785 Next is 1.5.0-SNAPSHOT 0045bc7 is described below commit 0045bc79c4400c5e3d421136715f2bfc8de92b82 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Fri Nov 27 10:51:40 2020 +0100 Fixup 94ef785 Next is 1.5.0-SNAPSHOT --- tooling/create-extension-templates/runtime-pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/create-extension-templates/runtime-pom.xml b/tooling/create-extension-templates/runtime-pom.xml index 95cec7f..028ab95 100644 --- a/tooling/create-extension-templates/runtime-pom.xml +++ b/tooling/create-extension-templates/runtime-pom.xml @@ -33,9 +33,9 @@ <description>[=description]</description> <properties> - <camel.quarkus.jvmSince>1.4.0</camel.quarkus.jvmSince> + <camel.quarkus.jvmSince>1.5.0</camel.quarkus.jvmSince> [#if nativeSupported ] - <camel.quarkus.nativeSince>1.4.0</camel.quarkus.nativeSince> + <camel.quarkus.nativeSince>1.5.0</camel.quarkus.nativeSince> [/#if] </properties>