diff --git a/CHANGES.md b/CHANGES.md index cb60ecbdf..dc43f5aee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -225,3 +225,13 @@ Major release of chat workflow. Most interfaces for this changed. See migratio - Removed room list from Todo bot - Spring version upgrade - Release 9.0.0 + +# Sept 20 2022 + - #363 Error message through in 9.x if you send IM message + - #357 PresentationMLHandler NPE for Federation POD/Whatsapp users + - #350 Rooms passed from Teams to Symphony or Vice-versa don't resolve correctly + - #340 Running selfcontained spring boot jar (fat jar) fails on help command + - #282 Fix The PollBot + - Release 9.0.1 + + diff --git a/demos/claim-bot/pom.xml b/demos/claim-bot/pom.xml index 5396f0075..c8a41f80c 100644 --- a/demos/claim-bot/pom.xml +++ b/demos/claim-bot/pom.xml @@ -6,7 +6,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -23,12 +23,12 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.apache.commons diff --git a/demos/custom-help-bot/pom.xml b/demos/custom-help-bot/pom.xml index 7e439dffe..5daf29047 100644 --- a/demos/custom-help-bot/pom.xml +++ b/demos/custom-help-bot/pom.xml @@ -7,7 +7,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../pom.xml @@ -29,13 +29,13 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT compile org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT compile diff --git a/demos/demo-bot/pom.xml b/demos/demo-bot/pom.xml index 6fd30a1e4..20c92d45d 100644 --- a/demos/demo-bot/pom.xml +++ b/demos/demo-bot/pom.xml @@ -7,7 +7,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../pom.xml @@ -28,13 +28,13 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT compile org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT compile diff --git a/demos/rooms-bot/pom.xml b/demos/rooms-bot/pom.xml index f372b7ed6..535ea0f44 100644 --- a/demos/rooms-bot/pom.xml +++ b/demos/rooms-bot/pom.xml @@ -6,7 +6,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../pom.xml @@ -23,12 +23,12 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT diff --git a/demos/todo-bot/pom.xml b/demos/todo-bot/pom.xml index a1e55d644..e72ee6b31 100644 --- a/demos/todo-bot/pom.xml +++ b/demos/todo-bot/pom.xml @@ -6,7 +6,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -23,12 +23,12 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.apache.commons diff --git a/libs/chat-workflow-coverage/pom.xml b/libs/chat-workflow-coverage/pom.xml index 7219b7aa6..68fe39253 100644 --- a/libs/chat-workflow-coverage/pom.xml +++ b/libs/chat-workflow-coverage/pom.xml @@ -10,7 +10,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -56,32 +56,32 @@ org.finos.springbot chat-workflow - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot chat-workflow-testing - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot entity-json - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot entities - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT diff --git a/libs/chat-workflow-testing/pom.xml b/libs/chat-workflow-testing/pom.xml index 6cb1b59b8..832e7978e 100644 --- a/libs/chat-workflow-testing/pom.xml +++ b/libs/chat-workflow-testing/pom.xml @@ -9,7 +9,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -22,7 +22,7 @@ org.finos.springbot chat-workflow - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT diff --git a/libs/chat-workflow/pom.xml b/libs/chat-workflow/pom.xml index 4fade9167..633a0e75f 100644 --- a/libs/chat-workflow/pom.xml +++ b/libs/chat-workflow/pom.xml @@ -11,7 +11,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -37,7 +37,7 @@ org.finos.springbot entity-json - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.springframework.boot diff --git a/libs/entity-json/pom.xml b/libs/entity-json/pom.xml index 1b333771c..393e5cc91 100644 --- a/libs/entity-json/pom.xml +++ b/libs/entity-json/pom.xml @@ -10,7 +10,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. diff --git a/libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/pom.xml b/libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/pom.xml index 634db49ee..2a4e7f88b 100644 --- a/libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/pom.xml +++ b/libs/symphony-bdk/symphony-bdk-chat-workflow-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../.. @@ -22,12 +22,12 @@ org.finos.springbot chat-workflow - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot entities - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.symphony.bdk @@ -43,7 +43,7 @@ org.finos.springbot chat-workflow-testing - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT test diff --git a/libs/symphony/entities/pom.xml b/libs/symphony/entities/pom.xml index 9ae44a716..feda90a76 100644 --- a/libs/symphony/entities/pom.xml +++ b/libs/symphony/entities/pom.xml @@ -10,7 +10,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../.. @@ -23,7 +23,7 @@ org.finos.springbot entity-json - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT diff --git a/libs/teams/teams-chat-workflow-spring-boot-starter/pom.xml b/libs/teams/teams-chat-workflow-spring-boot-starter/pom.xml index 1b1b6e033..6f732490b 100644 --- a/libs/teams/teams-chat-workflow-spring-boot-starter/pom.xml +++ b/libs/teams/teams-chat-workflow-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../.. @@ -22,7 +22,7 @@ org.finos.springbot chat-workflow - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT @@ -82,7 +82,7 @@ org.finos.springbot chat-workflow-testing - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT test diff --git a/pom.xml b/pom.xml index 469df2107..8990a77e4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT pom Spring Bot diff --git a/tools/poll-bot/pom.xml b/tools/poll-bot/pom.xml index 82f896eca..67acceddb 100644 --- a/tools/poll-bot/pom.xml +++ b/tools/poll-bot/pom.xml @@ -6,7 +6,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -23,12 +23,12 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT diff --git a/tools/reminder-bot/pom.xml b/tools/reminder-bot/pom.xml index b16e262e7..373a082b9 100644 --- a/tools/reminder-bot/pom.xml +++ b/tools/reminder-bot/pom.xml @@ -6,7 +6,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../../pom.xml @@ -23,12 +23,12 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.finos.springbot teams-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.apache.commons @@ -57,7 +57,7 @@ org.finos.springbot chat-workflow-testing - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT test diff --git a/tools/rss-bot/pom.xml b/tools/rss-bot/pom.xml index 6dc0f8472..0e67c748a 100644 --- a/tools/rss-bot/pom.xml +++ b/tools/rss-bot/pom.xml @@ -6,7 +6,7 @@ org.finos.springbot spring-bot - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT ../.. @@ -23,7 +23,7 @@ org.finos.springbot symphony-bdk-chat-workflow-spring-boot-starter - 9.0.1-SNAPSHOT + 9.0.2-SNAPSHOT org.apache.commons