Skip to content

Commit

Permalink
feature 653 update version for slack outbound connector fromn 3 to 4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-vandaele committed Jun 26, 2024
1 parent 6234b28 commit ac4ec63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id" : "io.camunda.connectors.Slack.v1-hybrid",
"description" : "Create a channel or send a message to a channel or user",
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=outbound",
"version" : 3,
"version" : 4,
"category" : {
"id" : "connectors",
"name" : "Connectors"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id" : "io.camunda.connectors.Slack.v1",
"description" : "Create a channel or send a message to a channel or user",
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=outbound",
"version" : 3,
"version" : 4,
"category" : {
"id" : "connectors",
"name" : "Connectors"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name = "Slack Outbound Connector",
description = "Create a channel or send a message to a channel or user",
inputDataClass = SlackRequest.class,
version = 3,
version = 4,
propertyGroups = {
@ElementTemplate.PropertyGroup(id = "authentication", label = "Authentication"),
@ElementTemplate.PropertyGroup(id = "method", label = "Method"),
Expand Down

0 comments on commit ac4ec63

Please sign in to comment.