Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Mar 30, 2020
1 parent ef39265 commit 783bf72
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</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.10-SNAPSHOT</version>
<version>0.0.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 783bf72

Please sign in to comment.