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/04/13 12:34:50 UTC

[camel-kamelets] branch 3.20.x updated: Prepare for 3.20.3 release

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

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


The following commit(s) were added to refs/heads/3.20.x by this push:
     new 722a8cd3 Prepare for 3.20.3 release
722a8cd3 is described below

commit 722a8cd3569d27175627700ac54361c22a400562
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 13 14:33:36 2023 +0200

    Prepare for 3.20.3 release
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java    | 2 +-
 pom.xml                                                                 | 2 +-
 templates/init-template.properties                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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 f956061c..6c8e9ffd 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.2-SNAPSHOT"};
+        String[] bannedDeps = {"mvn:", "camel:gson", "camel:core", "camel:kamelet", "github:apache.camel-kamelets:camel-kamelets-utils:3.20.3-SNAPSHOT"};
         List<String> bannedDepsList = Arrays.asList(bannedDeps);
         KameletsCatalog catalog = new KameletsCatalog();
         DefaultCamelCatalog cc = new DefaultCamelCatalog();
diff --git a/pom.xml b/pom.xml
index 4a556c7d..b72438fa 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.2</camel.version>
+        <camel.version>3.20.3</camel.version>
         <slf4j.version>1.7.36</slf4j.version>
         <log4j.version>2.19.0</log4j.version>
         <jackson.version>2.14.1</jackson.version>
diff --git a/templates/init-template.properties b/templates/init-template.properties
index fed2b56f..f2b182bf 100644
--- a/templates/init-template.properties
+++ b/templates/init-template.properties
@@ -9,7 +9,7 @@ kameletMetadataSupportLevel=Preview
 kameletMetadataProvider=Apache Software Foundation
 
 # The catalog version
-kameletMetadataCataLogVersion=3.20.2-SNAPSHOT
+kameletMetadataCataLogVersion=3.20.3-SNAPSHOT
 # The group for the kamelet
 kameletMetadataKameletGroup=
 # One of sink, source or action