Skip to content

Commit

Permalink
new version bumped - 7.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshrupnar committed Sep 9, 2021
1 parent 4b57f30 commit c6d0f23
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 49 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,7 @@
## Jul 28, 2021
- Fix for #183, camelcase issue for methods
- Fix for #192, FormConverter doesn't use same object mapper as EntityJsonConverter
- Migrated from InstantConverter to TimeConverter, which supports Zone and LocaldateTime
- Migrated from InstantConverter to TimeConverter, which supports Zone and LocaldateTime

## Sep 9, 2021
- Fix for #214, support for escape character
4 changes: 2 additions & 2 deletions demos/claim-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>chat-workflow-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions demos/demo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down Expand Up @@ -43,7 +43,7 @@
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-app-spring-boot-starter</artifactId>
<scope>compile</scope>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions demos/demo-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>shared-stream-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions demos/todo-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>chat-workflow-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions libs/bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down Expand Up @@ -247,7 +247,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>identity</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- excluded by spring bom, but we need it for jersey-apache-connector -->
Expand Down
8 changes: 4 additions & 4 deletions libs/chat-workflow-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -21,17 +21,17 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>entity-json</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>shared-stream-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<!-- needed for formatting messageml -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion libs/entity-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion libs/identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion libs/quickfix-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions libs/shared-stream-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -23,19 +23,19 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>bindings</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>identity</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>entity-json</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions libs/symphony-api-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>bindings</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>identity</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions libs/symphony-app-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>

<!-- used for certificate generation -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Symphony Java Toolkit</name>
<description>A collection of Java projects for building Symphony bots and apps</description>
Expand Down
8 changes: 4 additions & 4 deletions tools/koreai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -25,17 +25,17 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-api-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>entity-json</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>shared-stream-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>

<!-- allows shared stream coordination -->
Expand Down
4 changes: 2 additions & 2 deletions tools/poll-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>chat-workflow-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tools/reminder-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>chat-workflow-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tools/rss-bot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>chat-workflow-spring-boot-starter</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
6 changes: 3 additions & 3 deletions tools/symphony-maven-build-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down Expand Up @@ -38,13 +38,13 @@
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>bindings</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>identity</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tools/teamcity-symphony-integration/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.symphony.toolkit.tools</groupId>
<artifactId>teamcity-symphony-integration</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</parent>

<artifactId>build</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.finos.symphony.toolkit.tools</groupId>
<artifactId>teamcity-symphony-integration-server</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion tools/teamcity-symphony-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>symphony-java-toolkit</artifactId>
<version>7.20.5-SNAPSHOT</version>
<version>7.20.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
Loading

0 comments on commit c6d0f23

Please sign in to comment.