Skip to content

Commit

Permalink
Bumped up versions for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Jul 21, 2017
1 parent a5bd351 commit 0f5e008
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ allprojects {
apply plugin: 'maven'

group = 'com.gazbert.bxbot'
version = '0.6.5-SNAPSHOT'
version = '0.6.5'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion bxbot-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<properties>
<start-class>com.gazbert.bxbot.BXBot</start-class>
Expand Down
2 changes: 1 addition & 1 deletion bxbot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-domain-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bxbot-exchange-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-exchanges/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion bxbot-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-strategies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-strategy-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-trading-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>
<!--
Expand Down
2 changes: 1 addition & 1 deletion bxbot-xml-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
</parent>
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion bxbot.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ REM log4j2 config file location
SET log4j2_config=.\config\log4j2.xml

REM The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
SET bxbot_jar=bxbot-app-0.6.5-SNAPSHOT.jar
SET bxbot_jar=bxbot-app-0.6.5.jar

REM PID file for checking if bot is running
SET pid_file=.\.bxbot.pid
Expand Down
2 changes: 1 addition & 1 deletion bxbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lib_dir=./libs
log4j2_config=./config/log4j2.xml

# The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
bxbot_jar=bxbot-app-0.6.5-SNAPSHOT.jar
bxbot_jar=bxbot-app-0.6.5.jar

# PID file for checking if bot is running
pid_file=./.bxbot.pid
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.gazbert.bxbot</groupId>
<artifactId>bxbot-parent</artifactId>
<packaging>pom</packaging>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.5</version>
<name>BX-bot Parent</name>
<description>Parent POM for building the bot</description>
<url>https://github.com/gazbert/bxbot</url>
Expand Down

0 comments on commit 0f5e008

Please sign in to comment.