-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sureshrupnar
committed
Oct 20, 2021
1 parent
2748903
commit a3465ce
Showing
22 changed files
with
60 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
<groupId>org.finos.symphony.toolkit</groupId> | ||
<artifactId>symphony-java-toolkit</artifactId> | ||
<version>8.0.3-SNAPSHOT</version> | ||
<version>8.0.4-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Symphony Java Toolkit</name> | ||
<description>A collection of Java projects for building Symphony bots and apps</description> | ||
|
@@ -27,17 +27,17 @@ | |
<module>libs/chat-workflow</module> | ||
<module>libs/symphony-chat-workflow-spring-boot-starter</module> | ||
<module>libs/quickfix-json</module> | ||
|
||
<module>tools/koreai</module> | ||
<module>tools/rss-bot</module> | ||
<module>tools/teamcity-symphony-integration</module> | ||
<module>tools/symphony-maven-build-reporter</module> | ||
<module>tools/poll-bot</module> | ||
<module>tools/reminder-bot</module> | ||
<module>demos/demo-bot</module> | ||
<module>demos/demo-app</module> | ||
<module>demos/demo-app</module> | ||
<module>demos/todo-bot</module> | ||
<module>demos/claim-bot</module> | ||
<module>demos/claim-bot</module> | ||
</modules> | ||
|
||
<properties> | ||
|
@@ -51,14 +51,14 @@ | |
<!-- this must match the version from the spring boot pom --> | ||
<jackson-databind.version>2.12.5</jackson-databind.version> | ||
<jackson.version>2.12.5</jackson.version> | ||
<cxf.version>3.3.4</cxf.version> | ||
<commons-logging.version>1.2</commons-logging.version> | ||
<wiremock.version>2.25.1</wiremock.version> | ||
<bouncy-castle.version>1.67</bouncy-castle.version> | ||
<commonmark.version>0.15.2</commonmark.version> | ||
<corenlp.version>3.9.2</corenlp.version> | ||
<sutime-models.version>1.3.5</sutime-models.version> | ||
<rometools.version>1.15.0</rometools.version> | ||
<cxf.version>3.3.4</cxf.version> | ||
<commons-logging.version>1.2</commons-logging.version> | ||
<wiremock.version>2.25.1</wiremock.version> | ||
<bouncy-castle.version>1.67</bouncy-castle.version> | ||
<commonmark.version>0.15.2</commonmark.version> | ||
<corenlp.version>3.9.2</corenlp.version> | ||
<sutime-models.version>1.3.5</sutime-models.version> | ||
<rometools.version>1.15.0</rometools.version> | ||
|
||
<!-- this configures the build reporter --> | ||
<symphony.reporter.identity>${symphony-test-identity}</symphony.reporter.identity> | ||
|
@@ -109,14 +109,6 @@ | |
<role>developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>amsidhlokhande</id> | ||
<name>Amsidh Lokhande</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>developer</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.