This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch move-3.20.0-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 2399a86b55e8286f1705378acfe07edb7850447d Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 19 10:37:01 2022 +0100 Moving to 3.20.0-SNAPSHOT Signed-off-by: Andrea Cosentino <[email protected]> --- .../org/apache/camel/kamelets/maven/plugin/ValidateKameletsMojo.java | 2 +- templates/init-template.properties | 4 ++-- 2 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 77268e4a..19e2c8bc 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:main-SNAPSHOT"}; + String[] bannedDeps = {"mvn:", "camel:gson", "camel:core", "camel:kamelet", "github:apache.camel-kamelets:camel-kamelets-utils:3.20.0-SNAPSHOT"}; List<String> bannedDepsList = Arrays.asList(bannedDeps); KameletsCatalog catalog = new KameletsCatalog(); DefaultCamelCatalog cc = new DefaultCamelCatalog(); diff --git a/templates/init-template.properties b/templates/init-template.properties index 62bf458b..df6c49e7 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=main-SNAPSHOT +kameletMetadataCataLogVersion=3.20.0-SNAPSHOT # The group for the kamelet kameletMetadataKameletGroup= # One of sink, source or action @@ -37,4 +37,4 @@ fromParameters=fromParam1,fromParam2 # The to URI kameletToUri=log:info -toParameters=toParam1,toParam2 \ No newline at end of file +toParameters=toParam1,toParam2
