We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca74a4 commit 6f7fe40Copy full SHA for 6f7fe40
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-# Bolt for Java Showcase
+# Bolt for Java Examples
2
3
This collections of examples highlights features of a Slack app in the language of Bolt for Java.
4
block-kit/pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.slack.api</groupId>
6
- <artifactId>bolt-showcase</artifactId>
+ <artifactId>bolt-examples</artifactId>
7
<version>0.1-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<properties>
0 commit comments