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

marat 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 a176078  Fix #15 (#18)
a176078 is described below

commit a176078ac890f95f7b1cac9528f2be736c865f3f
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Oct 15 14:47:03 2021 -0400

    Fix #15 (#18)
---
 .github/workflows/main.yml       |  2 +-
 pom.xml                          | 16 ++++++----------
 src/main/resources/kameleon.json | 18 +++++++++---------
 3 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 870c699..9ec4877 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
         uses: actions/checkout@v2
         with:
           repository: apache/camel-kamelets
-          ref: v0.3.0
+          ref: v0.4.0
           path: camel-kamelets
 
       - name: Set up JDK 11
diff --git a/pom.xml b/pom.xml
index 8d0c8b8..fdae89d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,14 +33,15 @@ under the License.
         <maven.compiler.target>11</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <quarkus-plugin.version>2.1.1.Final</quarkus-plugin.version>
+        <quarkus-plugin.version>2.3.0.Final</quarkus-plugin.version>
         
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
-        <quarkus.platform.version>2.2.2.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.3.0.Final</quarkus.platform.version>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
-        <version.camel-quarkus>2.2.0</version.camel-quarkus>
-        <version.camel-classic>3.11.2</version.camel-classic>
+        <version.camel-quarkus>2.3.0</version.camel-quarkus>
+        <version.camel-classic>3.11.3</version.camel-classic>
         <version.camel-kamelet>0.4.0</version.camel-kamelet>
+        <version.maven-artifact>3.8.1</version.maven-artifact>
     </properties>
     <dependencyManagement>
         <dependencies>
@@ -104,7 +105,7 @@ under the License.
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>3.6.3</version>
+            <version>${version.maven-artifact}</version>
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
@@ -131,11 +132,6 @@ under the License.
             <artifactId>maven-model</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-artifact</artifactId>
-            <version>3.6.3</version>
-        </dependency>
-        <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-container-image-docker</artifactId>
         </dependency>
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index dfb8322..e522f74 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -6,7 +6,7 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.11.2",
+          "name": "3.11.3",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -15,7 +15,7 @@
           "archetypeArtifactId": "camel-archetype-main"
         },
         {
-          "name": "3.7.5",
+          "name": "3.7.6",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -40,7 +40,7 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.11.2",
+          "name": "3.11.3",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -49,7 +49,7 @@
           "archetypeArtifactId": "camel-archetype-spring-boot"
         },
         {
-          "name": "3.7.5",
+          "name": "3.7.6",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -74,7 +74,7 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.11.2",
+          "name": "3.11.3",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -83,7 +83,7 @@
           "archetypeArtifactId": "camel-archetype-cdi"
         },
         {
-          "name": "3.7.5",
+          "name": "3.7.6",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -108,11 +108,11 @@
       "componentListTitle": "Camel Quarkus extensions",
       "versions": [
         {
-          "name": "2.2.0",
+          "name": "2.3.0",
           "suffix": "",
           "javaVersions": ["11"],
           "defaultJava": "11",
-          "runtimeVersion": "2.2.0.Final",
+          "runtimeVersion": "2.3.0.Final",
           "archetypeGroupId": "io.quarkus",
           "archetypeArtifactId": "quarkus-maven-plugin"
         }
@@ -124,7 +124,7 @@
       "componentListTitle": "Kamelets",
       "versions": [
         {
-          "name": "3.11.2",
+          "name": "3.11.3",
           "suffix": "",
           "javaVersions": ["11"],
           "defaultJava": "11",

Reply via email to