This is an automated email from the ASF dual-hosted git repository.
zbendhiba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git
The following commit(s) were added to refs/heads/main by this push:
new 6e30a11 Upgrade to Camel Quarkus 2.1.0 & Quarkus 2.1.0.Final (#10)
6e30a11 is described below
commit 6e30a117c254f612debae13909d318ba08fab0b1
Author: Zineb BENDHIBA <[email protected]>
AuthorDate: Fri Jul 30 09:03:05 2021 +0200
Upgrade to Camel Quarkus 2.1.0 & Quarkus 2.1.0.Final (#10)
---
src/main/resources/kameleon.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 83f794a..e1b0986 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -108,11 +108,11 @@
"componentListTitle": "Camel Quarkus extensions",
"versions": [
{
- "name": "2.0.0",
+ "name": "2.1.0",
"suffix": "",
"javaVersions": ["11"],
"defaultJava": "11",
- "runtimeVersion": "2.0.0.Final",
+ "runtimeVersion": "2.1.0.Final",
"archetypeGroupId": "io.quarkus",
"archetypeArtifactId": "quarkus-maven-plugin"
}