Skip to content

Commit 206cde7

Browse files
author
sureshrupnar
committed
minior version change
1 parent 15ff21f commit 206cde7

File tree

22 files changed

+50
-50
lines changed

22 files changed

+50
-50
lines changed

demos/claim-bot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.finos.symphony.toolkit</groupId>
88
<artifactId>symphony-java-toolkit</artifactId>
9-
<version>8.0.4-SNAPSHOT</version>
9+
<version>8.0.5-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.finos.symphony.toolkit</groupId>
2626
<artifactId>symphony-chat-workflow-spring-boot-starter</artifactId>
27-
<version>8.0.4-SNAPSHOT</version>
27+
<version>8.0.5-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.commons</groupId>

demos/demo-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.finos.symphony.toolkit</groupId>
99
<artifactId>symphony-java-toolkit</artifactId>
10-
<version>8.0.4-SNAPSHOT</version>
10+
<version>8.0.5-SNAPSHOT</version>
1111
<relativePath>../..</relativePath>
1212
</parent>
1313

@@ -38,7 +38,7 @@
3838
<groupId>org.finos.symphony.toolkit</groupId>
3939
<artifactId>symphony-app-spring-boot-starter</artifactId>
4040
<scope>compile</scope>
41-
<version>8.0.4-SNAPSHOT</version>
41+
<version>8.0.5-SNAPSHOT</version>
4242
</dependency>
4343

4444
<dependency>

demos/demo-bot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.finos.symphony.toolkit</groupId>
99
<artifactId>symphony-java-toolkit</artifactId>
10-
<version>8.0.4-SNAPSHOT</version>
10+
<version>8.0.5-SNAPSHOT</version>
1111
<relativePath>../..</relativePath>
1212
</parent>
1313

@@ -33,13 +33,13 @@
3333
<dependency>
3434
<groupId>org.finos.symphony.toolkit</groupId>
3535
<artifactId>symphony-api-spring-boot-starter</artifactId>
36-
<version>8.0.4-SNAPSHOT</version>
36+
<version>8.0.5-SNAPSHOT</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.finos.symphony.toolkit</groupId>
4141
<artifactId>shared-stream-spring-boot-starter</artifactId>
42-
<version>8.0.4-SNAPSHOT</version>
42+
<version>8.0.5-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

demos/todo-bot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.finos.symphony.toolkit</groupId>
88
<artifactId>symphony-java-toolkit</artifactId>
9-
<version>8.0.4-SNAPSHOT</version>
9+
<version>8.0.5-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.finos.symphony.toolkit</groupId>
2626
<artifactId>symphony-chat-workflow-spring-boot-starter</artifactId>
27-
<version>8.0.4-SNAPSHOT</version>
27+
<version>8.0.5-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.commons</groupId>

libs/bindings/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.finos.symphony.toolkit</groupId>
1212
<artifactId>symphony-java-toolkit</artifactId>
13-
<version>8.0.4-SNAPSHOT</version>
13+
<version>8.0.5-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>org.finos.symphony.toolkit</groupId>
249249
<artifactId>identity</artifactId>
250-
<version>8.0.4-SNAPSHOT</version>
250+
<version>8.0.5-SNAPSHOT</version>
251251
<scope>test</scope>
252252
</dependency>
253253
<!-- excluded by spring bom, but we need it for jersey-apache-connector -->

libs/chat-workflow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.finos.symphony.toolkit</groupId>
1010
<artifactId>symphony-java-toolkit</artifactId>
11-
<version>8.0.4-SNAPSHOT</version>
11+
<version>8.0.5-SNAPSHOT</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414

libs/entity-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.finos.symphony.toolkit</groupId>
1212
<artifactId>symphony-java-toolkit</artifactId>
13-
<version>8.0.4-SNAPSHOT</version>
13+
<version>8.0.5-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

libs/identity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.finos.symphony.toolkit</groupId>
1212
<artifactId>symphony-java-toolkit</artifactId>
13-
<version>8.0.4-SNAPSHOT</version>
13+
<version>8.0.5-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

libs/quickfix-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.finos.symphony.toolkit</groupId>
1313
<artifactId>symphony-java-toolkit</artifactId>
14-
<version>8.0.4-SNAPSHOT</version>
14+
<version>8.0.5-SNAPSHOT</version>
1515
<relativePath>../..</relativePath>
1616
</parent>
1717

libs/shared-stream-spring-boot-starter/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.finos.symphony.toolkit</groupId>
1212
<artifactId>symphony-java-toolkit</artifactId>
13-
<version>8.0.4-SNAPSHOT</version>
13+
<version>8.0.5-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616

@@ -23,19 +23,19 @@
2323
<dependency>
2424
<groupId>org.finos.symphony.toolkit</groupId>
2525
<artifactId>bindings</artifactId>
26-
<version>8.0.4-SNAPSHOT</version>
26+
<version>8.0.5-SNAPSHOT</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.finos.symphony.toolkit</groupId>
3131
<artifactId>identity</artifactId>
32-
<version>8.0.4-SNAPSHOT</version>
32+
<version>8.0.5-SNAPSHOT</version>
3333
<scope>compile</scope>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.finos.symphony.toolkit</groupId>
3737
<artifactId>entity-json</artifactId>
38-
<version>8.0.4-SNAPSHOT</version>
38+
<version>8.0.5-SNAPSHOT</version>
3939
<scope>compile</scope>
4040
</dependency>
4141

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.finos.symphony.toolkit</groupId>
5050
<artifactId>symphony-api-spring-boot-starter</artifactId>
51-
<version>8.0.4-SNAPSHOT</version>
51+
<version>8.0.5-SNAPSHOT</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
<dependency>

0 commit comments

Comments
 (0)