File tree Expand file tree Collapse file tree 20 files changed +34
-34
lines changed
bolt-docker-examples/echo-command-app
bolt-spring-boot-examples
src/main/java/com/slack/api/bolt/meta
slack-api-client-kotlin-extension
src/main/java/com/slack/api/meta
slack-api-model-kotlin-extension
src/main/java/com/slack/api/meta Expand file tree Collapse file tree 20 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
15
15
16
16
<groupId >com.slack.api</groupId >
17
17
<artifactId >bolt-aws-lambda</artifactId >
18
- <version >1.1.0-SNAPSHOT </version >
18
+ <version >1.1.0</version >
19
19
<packaging >jar</packaging >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
dependencies {
11
11
implementation(platform(" org.jetbrains.kotlin:kotlin-bom" ))
12
12
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
13
- implementation(" com.slack.api:bolt-jetty:1.0.11 " )
13
+ implementation(" com.slack.api:bolt-jetty:1.1.0 " )
14
14
implementation(" ch.qos.logback:logback-classic:1.2.3" )
15
15
implementation(' net.logstash.logback:logstash-logback-encoder:6.2' )
16
16
}
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
16
16
17
17
<groupId >com.slack.api</groupId >
18
18
<artifactId >bolt-helidon</artifactId >
19
- <version >1.1.0-SNAPSHOT </version >
19
+ <version >1.1.0</version >
20
20
<packaging >jar</packaging >
21
21
22
22
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
15
15
16
16
<groupId >com.slack.api</groupId >
17
17
<artifactId >bolt-jetty</artifactId >
18
- <version >1.1.0-SNAPSHOT </version >
18
+ <version >1.1.0</version >
19
19
<packaging >jar</packaging >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<groupId >com.slack.api</groupId >
13
13
<artifactId >bolt-kotlin-examples</artifactId >
14
- <version >1.1.0-SNAPSHOT </version >
14
+ <version >1.1.0</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
17
17
18
18
<groupId >com.slack.api</groupId >
19
19
<artifactId >bolt-micronaut</artifactId >
20
- <version >1.1.0-SNAPSHOT </version >
20
+ <version >1.1.0</version >
21
21
<packaging >jar</packaging >
22
22
23
23
<dependencyManagement >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
21
21
22
22
<groupId >com.slack.api</groupId >
23
23
<artifactId >bolt-quarkus-examples</artifactId >
24
- <version >1.1.0-SNAPSHOT </version >
24
+ <version >1.1.0</version >
25
25
<packaging >jar</packaging >
26
26
27
27
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
15
15
16
16
<groupId >com.slack.api</groupId >
17
17
<artifactId >bolt-servlet</artifactId >
18
- <version >1.1.0-SNAPSHOT </version >
18
+ <version >1.1.0</version >
19
19
<packaging >jar</packaging >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<properties >
15
15
16
16
<groupId >com.slack.api</groupId >
17
17
<artifactId >bolt-spring-boot-examples</artifactId >
18
- <version >1.1.0-SNAPSHOT </version >
18
+ <version >1.1.0</version >
19
19
<packaging >jar</packaging >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.slack.api</groupId >
8
8
<artifactId >slack-sdk-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<groupId >com.slack.api</groupId >
13
13
<artifactId >bolt</artifactId >
14
- <version >1.1.0-SNAPSHOT </version >
14
+ <version >1.1.0</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<dependencies >
You can’t perform that action at this time.
0 commit comments