diff --git a/CHANGES.md b/CHANGES.md index cf7d96080..3c1b9b3b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,3 +57,8 @@ - Updated to Symphony Agent 1.59.0 API (this includes breaking changes to old APIs, sadly) - Updated `swagger-codegen-maven-plugin` to version 3.0.21, removing stutter in method names (e.g. `isIsPodConnectivity()`). - These are both breaking changes, forcing an update of the major version number. + +## 20th October 2020 + + - Tutorial and major functionality updates for `chat-workflow` module. + - New demo bots: `poll-bot`, `claim-bot`, `todo-bot`. diff --git a/bindings/pom.xml b/bindings/pom.xml index eb5d3441e..90981e816 100644 --- a/bindings/pom.xml +++ b/bindings/pom.xml @@ -9,7 +9,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT @@ -276,7 +276,7 @@ import com.symphony.api.model.AuthenticateRequest; com.github.deutschebank.symphony symphony-java-client-identity - 4.59.7 + 4.59.9-SNAPSHOT test diff --git a/chat-workflow/pom.xml b/chat-workflow/pom.xml index 418058e9c..9858f3a0b 100644 --- a/chat-workflow/pom.xml +++ b/chat-workflow/pom.xml @@ -8,7 +8,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT @@ -20,17 +20,17 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.7 + 4.59.9-SNAPSHOT com.github.deutschebank.symphony symphony-java-client-entity-json - 4.59.7 + 4.59.9-SNAPSHOT com.github.deutschebank.symphony symphony-shared-stream - 4.59.7 + 4.59.9-SNAPSHOT diff --git a/demos/claim-bot/pom.xml b/demos/claim-bot/pom.xml index ddfa5a39c..d9ed4c73d 100644 --- a/demos/claim-bot/pom.xml +++ b/demos/claim-bot/pom.xml @@ -25,7 +25,7 @@ com.github.deutschebank.symphony chat-workflow - 4.59.7 + 4.59.9-SNAPSHOT org.apache.commons diff --git a/demos/demo-app/pom.xml b/demos/demo-app/pom.xml index 84ac48397..18073ff0a 100644 --- a/demos/demo-app/pom.xml +++ b/demos/demo-app/pom.xml @@ -43,7 +43,7 @@ com.github.deutschebank.symphony symphony-app-spring-boot-starter compile - 4.59.7 + 4.59.9-SNAPSHOT diff --git a/demos/demo-bot/pom.xml b/demos/demo-bot/pom.xml index 3da379436..5860ae3ed 100644 --- a/demos/demo-bot/pom.xml +++ b/demos/demo-bot/pom.xml @@ -27,7 +27,7 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.7 + 4.59.9-SNAPSHOT compile diff --git a/demos/poll-bot/pom.xml b/demos/poll-bot/pom.xml index cf6f5205d..7ffe848be 100644 --- a/demos/poll-bot/pom.xml +++ b/demos/poll-bot/pom.xml @@ -25,7 +25,7 @@ com.github.deutschebank.symphony chat-workflow - 4.59.7 + 4.59.9-SNAPSHOT org.apache.commons diff --git a/demos/todo-bot/pom.xml b/demos/todo-bot/pom.xml index 71cd10889..877cb5c8d 100644 --- a/demos/todo-bot/pom.xml +++ b/demos/todo-bot/pom.xml @@ -25,7 +25,7 @@ com.github.deutschebank.symphony chat-workflow - 4.59.7 + 4.59.9-SNAPSHOT org.apache.commons diff --git a/entity-json/pom.xml b/entity-json/pom.xml index 76a4b6885..4fea40459 100644 --- a/entity-json/pom.xml +++ b/entity-json/pom.xml @@ -10,7 +10,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT diff --git a/identity/pom.xml b/identity/pom.xml index 4e0d7feb6..09f1ac89a 100644 --- a/identity/pom.xml +++ b/identity/pom.xml @@ -10,7 +10,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT diff --git a/pom.xml b/pom.xml index aab01f53f..9d5d2dabe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT pom Symphony Java Toolkit @@ -48,11 +48,40 @@ https://develop.symphony.com/relay + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + Deutsche Bank AG https://github.com/deutschebank + + + robmoffat + Rob Moffat + rob@kite9.com + https://robmoff.at + Kite9 Ltd + + developer + + + + vladimirpar + Vladimir Parnashvili + vladimir.parnashvili@db.com + + developer + + + + scm:git@github.com:finos/symphony-java-toolkit.git HEAD diff --git a/quickfix-json/pom.xml b/quickfix-json/pom.xml index 9b0d7a475..7c20273eb 100644 --- a/quickfix-json/pom.xml +++ b/quickfix-json/pom.xml @@ -11,7 +11,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT diff --git a/shared-stream/pom.xml b/shared-stream/pom.xml index 5806ba0e5..8a88f4adb 100644 --- a/shared-stream/pom.xml +++ b/shared-stream/pom.xml @@ -10,7 +10,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT @@ -22,19 +22,19 @@ com.github.deutschebank.symphony symphony-java-client-bindings - 4.59.7 + 4.59.9-SNAPSHOT compile com.github.deutschebank.symphony symphony-java-client-identity - 4.59.7 + 4.59.9-SNAPSHOT compile com.github.deutschebank.symphony symphony-java-client-entity-json - 4.59.7 + 4.59.9-SNAPSHOT compile @@ -48,7 +48,7 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.7 + 4.59.9-SNAPSHOT provided diff --git a/symphony-api-spring-boot-starter/pom.xml b/symphony-api-spring-boot-starter/pom.xml index de15e8c24..c414d240c 100644 --- a/symphony-api-spring-boot-starter/pom.xml +++ b/symphony-api-spring-boot-starter/pom.xml @@ -10,7 +10,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT @@ -32,13 +32,13 @@ com.github.deutschebank.symphony symphony-java-client-bindings - 4.59.7 + 4.59.9-SNAPSHOT compile com.github.deutschebank.symphony symphony-java-client-identity - 4.59.7 + 4.59.9-SNAPSHOT compile diff --git a/symphony-app-spring-boot-starter/pom.xml b/symphony-app-spring-boot-starter/pom.xml index d27dffcbc..9bd55d56c 100644 --- a/symphony-app-spring-boot-starter/pom.xml +++ b/symphony-app-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT @@ -36,7 +36,7 @@ com.github.deutschebank.symphony symphony-api-spring-boot-starter - 4.59.7 + 4.59.9-SNAPSHOT diff --git a/symphony-maven-build-reporter/pom.xml b/symphony-maven-build-reporter/pom.xml index 181367c4e..8281cb7b8 100644 --- a/symphony-maven-build-reporter/pom.xml +++ b/symphony-maven-build-reporter/pom.xml @@ -11,7 +11,7 @@ com.github.deutschebank.symphony symphony-java-client-parent - 4.59.7 + 4.59.9-SNAPSHOT @@ -33,13 +33,13 @@ com.github.deutschebank.symphony symphony-java-client-bindings - 4.59.7 + 4.59.9-SNAPSHOT compile com.github.deutschebank.symphony symphony-java-client-identity - 4.59.7 + 4.59.9-SNAPSHOT compile