Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 24, 2024
1 parent 93fb57b commit 3ac838e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-slack/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.0.1
version=1.0.0
description=EPAM Report Portal. Slack plugin.
pluginId = slack
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@Extension
public class SlackPluginExtension implements ReportPortalExtensionPoint, DisposableBean {

private static final String PLUGIN_ID = "Slack";
private static final String PLUGIN_ID = "slack";
public static final String BINARY_DATA_PROPERTIES_FILE_ID = "binary-data.properties";

private static final String DOCUMENTATION_LINK_FIELD = "documentationLink";
Expand Down

0 comments on commit 3ac838e

Please sign in to comment.