Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion golemcore/slack/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: golemcore/slack
provider: golemcore
name: slack
version: 1.0.0
version: 1.0.1
pluginApiVersion: 1
engineVersion: ">=0.0.0 <1.0.0"
entrypoint: me.golemcore.plugins.golemcore.slack.SlackPluginBootstrap
Expand Down
8 changes: 3 additions & 5 deletions golemcore/slack/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +9,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<version>1.0.0</version>
<version>1.0.1</version>
<artifactId>golemcore-slack-plugin</artifactId>
<name>golemcore/slack</name>
<description>Slack Socket Mode channel plugin with interactive approvals for GolemCore</description>
Expand Down Expand Up @@ -104,4 +102,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
5 changes: 3 additions & 2 deletions registry/golemcore/slack/index.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
id: golemcore/slack
owner: golemcore
name: slack
latest: 1.0.0
latest: 1.0.1
versions:
- 1.0.0
source: https://github.com/alexk-dev/golemcore-plugins/tree/main/golemcore/slack
- 1.0.1
source: "https://github.com/alexk-dev/golemcore-plugins/tree/main/golemcore/slack"
13 changes: 13 additions & 0 deletions registry/golemcore/slack/versions/1.0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
id: golemcore/slack
version: 1.0.1
pluginApiVersion: 1
engineVersion: ">=0.0.0 <1.0.0"
artifactUrl: "dist/golemcore/slack/1.0.1/golemcore-slack-plugin-1.0.1.jar"
checksumSha256: "acba57c76f65f85b5a9f2780983b3e670c49239bbe5ee375da7c3b9e137b1798"
publishedAt: "2026-03-18T20:11:46Z"
sourceCommit: "c83fa5b672ed18eb488c0da63d994f1b36fcf498"
entrypoint: me.golemcore.plugins.golemcore.slack.SlackPluginBootstrap
sourceUrl: "https://github.com/alexk-dev/golemcore-plugins/tree/main/golemcore/slack"
license: "Apache-2.0"
maintainers:
- alexk-dev
Loading