Skip to content

Commit

Permalink
Merge branch 'release/0.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Mar 30, 2020
2 parents e4841a3 + df50cb9 commit d08291b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release

on:
push:
branches:
- master
tags:
- '*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Project information -->
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-project</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
<packaging>pom</packaging>
<name>Cassandre trading bot</name>
<url>https://github.com/cassandre-tech/cassandre-trading-bot</url>
Expand Down
2 changes: 1 addition & 1 deletion trading-bot-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<parent>
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-project</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>
<!-- =========================================================================================================== -->

Expand Down
2 changes: 1 addition & 1 deletion trading-bot-spring-boot-starter-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<parent>
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-project</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>
<!-- =========================================================================================================== -->

Expand Down
2 changes: 1 addition & 1 deletion trading-bot-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<parent>
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-project</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>
<!-- =========================================================================================================== -->

Expand Down
2 changes: 1 addition & 1 deletion trading-bot-strategies/dumb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-spring-boot-starter</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</dependency>

<!-- Tests -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>tech.cassandre.trading.bot</groupId>
<artifactId>cassandre-trading-bot-spring-boot-starter</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d08291b

Please sign in to comment.