Skip to content

Commit 3dca922

Browse files
author
François Delbrayelle
committed
chore: update kestraVersion to 1.2.3
# Conflicts: # gradle.properties
1 parent 7ae7e28 commit 3dca922

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=1.0.1-SNAPSHOT
2-
kestraVersion=1.0.0
2+
kestraVersion=1.2.3

src/main/java/io/kestra/plugin/trello/cards/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@PluginSubGroup(
22
title = "Trello Cards",
33
description = "This sub-group of plugins contains tasks for managing Trello cards.",
4-
categories = PluginSubGroup.PluginCategory.TOOL
4+
categories = PluginSubGroup.PluginCategory.BUSINESS
55
)
66
package io.kestra.plugin.trello.cards;
77

src/main/java/io/kestra/plugin/trello/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@PluginSubGroup(
22
title = "Trello",
33
description = "This plugin provides tasks to interact with Trello REST API for managing cards, boards, and lists.",
4-
categories = PluginSubGroup.PluginCategory.TOOL
4+
categories = PluginSubGroup.PluginCategory.BUSINESS
55
)
66
package io.kestra.plugin.trello;
77

0 commit comments

Comments
 (0)