Skip to content

Commit f8b27e0

Browse files
fdelbrayelleBen8tFrançois Delbrayelle
authored
chore: update plugin categories (#79)
* chore: update plugin categories * chore: fix plugin categories * chore: update kestraVersion to 1.2.3 --------- Co-authored-by: ben8t <pimpaudben@gmail.com> Co-authored-by: François Delbrayelle <fdelbrayelle@kestra.io>
1 parent 24a0533 commit f8b27e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
description=Integrate Couchbase NoSQL database operations into your Kestra flows for efficient data management, real-time analytics, and improved performance across your data-driven applications.
22
version=1.1.3-SNAPSHOT
3-
kestraVersion=1.0.0
3+
kestraVersion=1.2.3

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
@PluginSubGroup(
22
description = "This sub-group of plugins contains tasks for using Couchbase.\n" +
33
"Couchbase is an award-winning distributed NoSQL cloud database that delivers unmatched versatility, performance, scalability, and financial value for all of your cloud, mobile, on-premises, hybrid, distributed cloud, and edge computing applications.",
4-
categories = PluginSubGroup.PluginCategory.DATABASE
4+
categories = {
5+
PluginSubGroup.PluginCategory.DATA
6+
}
57
)
68
package io.kestra.plugin.couchbase;
79

0 commit comments

Comments
 (0)