Skip to content

Commit

Permalink
Merge pull request #104 from robmoffat/master
Browse files Browse the repository at this point in the history
Moving to new snapshot version
  • Loading branch information
robmoffat committed Oct 21, 2020
2 parents 54849fb + b9b7bf0 commit 518e1f4
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 28 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Expand Up @@ -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`.
4 changes: 2 additions & 2 deletions bindings/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -276,7 +276,7 @@ import com.symphony.api.model.AuthenticateRequest;
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions chat-workflow/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -20,17 +20,17 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-entity-json</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-shared-stream</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>
<!-- needed for formatting messageml -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/claim-bot/pom.xml
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>chat-workflow</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-app/pom.xml
Expand Up @@ -43,7 +43,7 @@
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-app-spring-boot-starter</artifactId>
<scope>compile</scope>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-bot/pom.xml
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/poll-bot/pom.xml
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>chat-workflow</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion demos/todo-bot/pom.xml
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>chat-workflow</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion entity-json/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion identity/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<properties>
Expand Down
31 changes: 30 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Symphony Java Toolkit</name>
Expand Down Expand Up @@ -48,11 +48,40 @@
<symphony.reporter.relay.url>https://develop.symphony.com/relay</symphony.reporter.relay.url>
</properties>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<organization>
<name>Deutsche Bank AG</name>
<url>https://github.com/deutschebank</url>
</organization>

<developers>
<developer>
<id>robmoffat</id>
<name>Rob Moffat</name>
<email>rob@kite9.com</email>
<url>https://robmoff.at</url>
<organization>Kite9 Ltd</organization>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>vladimirpar</id>
<name>Vladimir Parnashvili</name>
<email>vladimir.parnashvili@db.com</email>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git@github.com:finos/symphony-java-toolkit.git</connection>
<tag>HEAD</tag>
Expand Down
2 changes: 1 addition & 1 deletion quickfix-json/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions shared-stream/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -22,19 +22,19 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-bindings</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-entity-json</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions symphony-api-spring-boot-starter/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<build>
Expand All @@ -32,13 +32,13 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-bindings</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions symphony-app-spring-boot-starter/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</dependency>

<!-- used for certificate generation -->
Expand Down
6 changes: 3 additions & 3 deletions symphony-maven-build-reporter/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-parent</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-bindings</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.deutschebank.symphony</groupId>
<artifactId>symphony-java-client-identity</artifactId>
<version>4.59.7</version>
<version>4.59.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 518e1f4

Please sign in to comment.