Skip to content

Commit

Permalink
Upgrade Camel to version 3.20.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jan 9, 2023
1 parent 3b6aa8c commit 6c16c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-SNAPSHOT"};
String[] bannedDeps = {"mvn:", "camel:gson", "camel:core", "camel:kamelet", "github:apache.camel-kamelets:camel-kamelets-utils:3.20.1-SNAPSHOT"};
List<String> bannedDepsList = Arrays.asList(bannedDeps);
KameletsCatalog catalog = new KameletsCatalog();
DefaultCamelCatalog cc = new DefaultCamelCatalog();
Expand Down
2 changes: 1 addition & 1 deletion templates/init-template.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kameletMetadataSupportLevel=Preview
kameletMetadataProvider=Apache Software Foundation

# The catalog version
kameletMetadataCataLogVersion=3.20.0-SNAPSHOT
kameletMetadataCataLogVersion=3.20.1-SNAPSHOT
# The group for the kamelet
kameletMetadataKameletGroup=
# One of sink, source or action
Expand Down

0 comments on commit 6c16c03

Please sign in to comment.