Skip to content

Commit d08291b

Browse files
committed
Merge branch 'release/0.0.8'
2 parents e4841a3 + df50cb9 commit d08291b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: release
22

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- '*'
77

88
jobs:
99
build:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Project information -->
99
<groupId>tech.cassandre.trading.bot</groupId>
1010
<artifactId>cassandre-trading-bot-project</artifactId>
11-
<version>0.0.7</version>
11+
<version>0.0.8</version>
1212
<packaging>pom</packaging>
1313
<name>Cassandre trading bot</name>
1414
<url>https://github.com/cassandre-tech/cassandre-trading-bot</url>

trading-bot-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
<parent>
256256
<groupId>tech.cassandre.trading.bot</groupId>
257257
<artifactId>cassandre-trading-bot-project</artifactId>
258-
<version>0.0.7</version>
258+
<version>0.0.8</version>
259259
</parent>
260260
<!-- =========================================================================================================== -->
261261

trading-bot-spring-boot-starter-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<parent>
104104
<groupId>tech.cassandre.trading.bot</groupId>
105105
<artifactId>cassandre-trading-bot-project</artifactId>
106-
<version>0.0.7</version>
106+
<version>0.0.8</version>
107107
</parent>
108108
<!-- =========================================================================================================== -->
109109

trading-bot-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<parent>
112112
<groupId>tech.cassandre.trading.bot</groupId>
113113
<artifactId>cassandre-trading-bot-project</artifactId>
114-
<version>0.0.7</version>
114+
<version>0.0.8</version>
115115
</parent>
116116
<!-- =========================================================================================================== -->
117117

trading-bot-strategies/dumb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>tech.cassandre.trading.bot</groupId>
4040
<artifactId>cassandre-trading-bot-spring-boot-starter</artifactId>
41-
<version>0.0.7</version>
41+
<version>0.0.8</version>
4242
</dependency>
4343

4444
<!-- Tests -->

trading-bot-strategies/technical_analysis/ta4j-strategy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>tech.cassandre.trading.bot</groupId>
3838
<artifactId>cassandre-trading-bot-spring-boot-starter</artifactId>
39-
<version>0.0.7</version>
39+
<version>0.0.8</version>
4040
</dependency>
4141

4242
<dependency>

0 commit comments

Comments
 (0)