You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/01 16:57:26 UTC

[camel-kamelets] branch 3.20.2-up created (now de5bbce9)

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

acosentino pushed a change to branch 3.20.2-up
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at de5bbce9 Bump to Camel 3.20.2

This branch includes the following new commits:

     new d38cc7c0 Bump to Camel 3.20.2
     new de5bbce9 Bump to Camel 3.20.2

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.



[camel-kamelets] 01/02: Bump to Camel 3.20.2

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

acosentino pushed a commit to branch 3.20.2-up
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d38cc7c087a8dc576cf785d5c91362eb939ced27
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 1 17:56:11 2023 +0100

    Bump to Camel 3.20.2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad4ad942..b34d20a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
         <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 
-        <camel.version>3.20.1</camel.version>
+        <camel.version>3.20.2</camel.version>
         <slf4j.version>1.7.36</slf4j.version>
         <log4j.version>2.19.0</log4j.version>
         <jackson.version>2.14.1</jackson.version>


[camel-kamelets] 02/02: Bump to Camel 3.20.2

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

acosentino pushed a commit to branch 3.20.2-up
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit de5bbce90cda2b79ca7dafe75c9f306f3ae66dd6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 1 17:56:34 2023 +0100

    Bump to Camel 3.20.2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/kamelets-maven-plugin/src/main/java/org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java b/library/kamelets-maven-plugin/src/main/java/org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java
index 202785c3..f956061c 100644
--- a/library/kamelets-maven-plugin/src/main/java/org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java
+++ b/library/kamelets-maven-plugin/src/main/java/org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java
@@ -58,7 +58,7 @@ public class ValidateKameletsMojo extends AbstractMojo {
 
     @Override
     public void execute() throws MojoExecutionException, MojoFailureException {
-        String[] bannedDeps = {"mvn:", "camel:gson", "camel:core", "camel:kamelet", "github:apache.camel-kamelets:camel-kamelets-utils:3.20.1-SNAPSHOT"};
+        String[] bannedDeps = {"mvn:", "camel:gson", "camel:core", "camel:kamelet", "github:apache.camel-kamelets:camel-kamelets-utils:3.20.2-SNAPSHOT"};
         List<String> bannedDepsList = Arrays.asList(bannedDeps);
         KameletsCatalog catalog = new KameletsCatalog();
         DefaultCamelCatalog cc = new DefaultCamelCatalog();