Skip to content

Commit 55e8ee4

Browse files
authored
Merge pull request #431 from finos/9-0-4-release
Release
2 parents 046fce7 + eb07c07 commit 55e8ee4

File tree

16 files changed

+46
-46
lines changed

16 files changed

+46
-46
lines changed

demos/claim-bot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.finos.springbot</groupId>
88
<artifactId>spring-bot</artifactId>
9-
<version>9.0.3-SNAPSHOT</version>
9+
<version>9.0.5-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.finos.springbot</groupId>
2525
<artifactId>symphony-bdk-chat-workflow-spring-boot-starter</artifactId>
26-
<version>9.0.3-SNAPSHOT</version>
26+
<version>9.0.5-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.finos.springbot</groupId>
3030
<artifactId>teams-chat-workflow-spring-boot-starter</artifactId>
31-
<version>9.0.3-SNAPSHOT</version>
31+
<version>9.0.5-SNAPSHOT</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.apache.commons</groupId>

demos/custom-help-bot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.finos.springbot</groupId>
99
<artifactId>spring-bot</artifactId>
10-
<version>9.0.3-SNAPSHOT</version>
10+
<version>9.0.5-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

@@ -29,13 +29,13 @@
2929
<dependency>
3030
<groupId>org.finos.springbot</groupId>
3131
<artifactId>symphony-bdk-chat-workflow-spring-boot-starter</artifactId>
32-
<version>9.0.3-SNAPSHOT</version>
32+
<version>9.0.5-SNAPSHOT</version>
3333
<scope>compile</scope>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.finos.springbot</groupId>
3737
<artifactId>teams-chat-workflow-spring-boot-starter</artifactId>
38-
<version>9.0.3-SNAPSHOT</version>
38+
<version>9.0.5-SNAPSHOT</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
</dependencies>

demos/demo-bot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.finos.springbot</groupId>
99
<artifactId>spring-bot</artifactId>
10-
<version>9.0.3-SNAPSHOT</version>
10+
<version>9.0.5-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>
1313

@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>org.finos.springbot</groupId>
3030
<artifactId>symphony-bdk-chat-workflow-spring-boot-starter</artifactId>
31-
<version>9.0.3-SNAPSHOT</version>
31+
<version>9.0.5-SNAPSHOT</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.finos.springbot</groupId>
3636
<artifactId>teams-chat-workflow-spring-boot-starter</artifactId>
37-
<version>9.0.3-SNAPSHOT</version>
37+
<version>9.0.5-SNAPSHOT</version>
3838
<scope>compile</scope>
3939
</dependency>
4040

demos/rooms-bot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.finos.springbot</groupId>
88
<artifactId>spring-bot</artifactId>
9-
<version>9.0.3-SNAPSHOT</version>
9+
<version>9.0.5-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.finos.springbot</groupId>
2525
<artifactId>symphony-bdk-chat-workflow-spring-boot-starter</artifactId>
26-
<version>9.0.3-SNAPSHOT</version>
26+
<version>9.0.5-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.finos.springbot</groupId>
3030
<artifactId>teams-chat-workflow-spring-boot-starter</artifactId>
31-
<version>9.0.3-SNAPSHOT</version>
31+
<version>9.0.5-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434

demos/todo-bot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.finos.springbot</groupId>
88
<artifactId>spring-bot</artifactId>
9-
<version>9.0.3-SNAPSHOT</version>
9+
<version>9.0.5-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.finos.springbot</groupId>
2525
<artifactId>symphony-bdk-chat-workflow-spring-boot-starter</artifactId>
26-
<version>9.0.3-SNAPSHOT</version>
26+
<version>9.0.5-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.finos.springbot</groupId>
3030
<artifactId>teams-chat-workflow-spring-boot-starter</artifactId>
31-
<version>9.0.3-SNAPSHOT</version>
31+
<version>9.0.5-SNAPSHOT</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.apache.commons</groupId>

libs/chat-workflow-coverage/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.finos.springbot</groupId>
1212
<artifactId>spring-bot</artifactId>
13-
<version>9.0.3-SNAPSHOT</version>
13+
<version>9.0.5-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

@@ -56,32 +56,32 @@
5656
<dependency>
5757
<groupId>org.finos.springbot</groupId>
5858
<artifactId>chat-workflow</artifactId>
59-
<version>9.0.3-SNAPSHOT</version>
59+
<version>9.0.5-SNAPSHOT</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.finos.springbot</groupId>
6363
<artifactId>chat-workflow-testing</artifactId>
64-
<version>9.0.3-SNAPSHOT</version>
64+
<version>9.0.5-SNAPSHOT</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.finos.springbot</groupId>
6868
<artifactId>symphony-bdk-chat-workflow-spring-boot-starter</artifactId>
69-
<version>9.0.3-SNAPSHOT</version>
69+
<version>9.0.5-SNAPSHOT</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.finos.springbot</groupId>
7373
<artifactId>teams-chat-workflow-spring-boot-starter</artifactId>
74-
<version>9.0.3-SNAPSHOT</version>
74+
<version>9.0.5-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.finos.springbot</groupId>
7878
<artifactId>entity-json</artifactId>
79-
<version>9.0.3-SNAPSHOT</version>
79+
<version>9.0.5-SNAPSHOT</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.finos.springbot</groupId>
8383
<artifactId>entities</artifactId>
84-
<version>9.0.3-SNAPSHOT</version>
84+
<version>9.0.5-SNAPSHOT</version>
8585
</dependency>
8686

8787
</dependencies>

libs/chat-workflow-testing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.finos.springbot</groupId>
1111
<artifactId>spring-bot</artifactId>
12-
<version>9.0.3-SNAPSHOT</version>
12+
<version>9.0.5-SNAPSHOT</version>
1313
<relativePath>../..</relativePath>
1414
</parent>
1515

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.finos.springbot</groupId>
2424
<artifactId>chat-workflow</artifactId>
25-
<version>9.0.3-SNAPSHOT</version>
25+
<version>9.0.5-SNAPSHOT</version>
2626
</dependency>
2727

2828
<!-- for testing -->

libs/chat-workflow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.finos.springbot</groupId>
1313
<artifactId>spring-bot</artifactId>
14-
<version>9.0.3-SNAPSHOT</version>
14+
<version>9.0.5-SNAPSHOT</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.finos.springbot</groupId>
3939
<artifactId>entity-json</artifactId>
40-
<version>9.0.3-SNAPSHOT</version>
40+
<version>9.0.5-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.boot</groupId>

libs/entity-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.finos.springbot</groupId>
1212
<artifactId>spring-bot</artifactId>
13-
<version>9.0.3-SNAPSHOT</version>
13+
<version>9.0.5-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.finos.springbot</groupId>
1111
<artifactId>spring-bot</artifactId>
12-
<version>9.0.3-SNAPSHOT</version>
12+
<version>9.0.5-SNAPSHOT</version>
1313
<relativePath>../../..</relativePath>
1414
</parent>
1515

@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>org.finos.springbot</groupId>
2424
<artifactId>chat-workflow</artifactId>
25-
<version>9.0.3-SNAPSHOT</version>
25+
<version>9.0.5-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.finos.springbot</groupId>
2929
<artifactId>entities</artifactId>
30-
<version>9.0.3-SNAPSHOT</version>
30+
<version>9.0.5-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.finos.symphony.bdk</groupId>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.finos.springbot</groupId>
4545
<artifactId>chat-workflow-testing</artifactId>
46-
<version>9.0.3-SNAPSHOT</version>
46+
<version>9.0.5-SNAPSHOT</version>
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>

0 commit comments

Comments
 (0)