You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/21 18:20:26 UTC

[camel-kameleon] branch main updated (30a02bf -> 9ff77f7)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git


    from 30a02bf  Upgrade to Camel 3.20.0
     new ea1357d  Upgrade to quarkus 2.15.1
     new 9ff77f7  Upgrade to maven 3.8.6

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                          | 6 +++---
 src/main/resources/kameleon.json | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)


[camel-kameleon] 02/02: Upgrade to maven 3.8.6

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git

commit 9ff77f7610b1b0495c1c924e95c718efa1d7bc5e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 21 19:18:55 2022 +0100

    Upgrade to maven 3.8.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ca43f2..06f98c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ under the License.
         <version.camel-quarkus>2.15.0</version.camel-quarkus>
         <version.camel-classic>3.20.0</version.camel-classic>
         <version.camel-kamelet>0.10.0</version.camel-kamelet>
-        <version.maven-artifact>3.8.5</version.maven-artifact>
+        <version.maven-artifact>3.8.6</version.maven-artifact>
     </properties>
     <dependencyManagement>
         <dependencies>


[camel-kameleon] 01/02: Upgrade to quarkus 2.15.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git

commit ea1357dca0facef7970ef4d6a02d5846ca05881f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 21 19:18:42 2022 +0100

    Upgrade to quarkus 2.15.1
---
 pom.xml                          | 4 ++--
 src/main/resources/kameleon.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f751a6..5ca43f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,10 @@ 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.15.0.Final</quarkus-plugin.version>
+        <quarkus-plugin.version>2.15.1.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.15.0.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.15.1.Final</quarkus.platform.version>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
         <version.camel-quarkus>2.15.0</version.camel-quarkus>
         <version.camel-classic>3.20.0</version.camel-classic>
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index e6a6cb1..754bf3d 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -74,11 +74,11 @@
       "componentListTitle": "Camel Quarkus extensions",
       "versions": [
         {
-          "name": "2.15.0",
+          "name": "2.15.1",
           "suffix": "",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",
-          "runtimeVersion": "2.15.0.Final",
+          "runtimeVersion": "2.15.1.Final",
           "archetypeGroupId": "io.quarkus",
           "archetypeArtifactId": "quarkus-maven-plugin"
         }