Skip to content

Commit 6db3a77

Browse files
committedJun 17, 2017
Bumped up versions for next release
1 parent d67e783 commit 6db3a77

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ allprojects {
7373
apply plugin: 'maven'
7474

7575
group = 'com.gazbert.bxbot'
76-
version = '0.6.2-SNAPSHOT'
76+
version = '0.6.2'
7777
}
7878

7979
subprojects {

‎bxbot-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<properties>
1717
<start-class>com.gazbert.bxbot.BXBot</start-class>
@@ -72,7 +72,7 @@
7272
<!--<dependency>-->
7373
<!--<groupId>com.gazbert.bxbot</groupId>-->
7474
<!--<artifactId>bxbot-strategies</artifactId>-->
75-
<!--<version>5.0-SNAPSHOT</version>-->
75+
<!--<version>7.0-SNAPSHOT</version>-->
7676
<!--<scope>runtime</scope>-->
7777
<!--</dependency>-->
7878

‎bxbot-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-domain-objects/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717

‎bxbot-exchange-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-exchanges/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<profiles>
1717
<profile>

‎bxbot-repository/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-rest-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-strategies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-strategy-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-trading-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717
<!--

‎bxbot-xml-datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.gazbert.bxbot</groupId>
1313
<artifactId>bxbot-parent</artifactId>
14-
<version>0.6.2-SNAPSHOT</version>
14+
<version>0.6.2</version>
1515
</parent>
1616
<dependencies>
1717

‎bxbot.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ REM log4j2 config file location
2121
SET log4j2_config=.\config\log4j2.xml
2222

2323
REM The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
24-
SET bxbot_jar=bxbot-app-0.6.2-SNAPSHOT.jar
24+
SET bxbot_jar=bxbot-app-0.6.2.jar
2525

2626
REM PID file for checking if bot is running
2727
SET pid_file=.\.bxbot.pid

‎bxbot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lib_dir=./libs
2121
log4j2_config=./config/log4j2.xml
2222

2323
# The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
24-
bxbot_jar=bxbot-app-0.6.2-SNAPSHOT.jar
24+
bxbot_jar=bxbot-app-0.6.2.jar
2525

2626
# PID file for checking if bot is running
2727
pid_file=./.bxbot.pid

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.gazbert.bxbot</groupId>
77
<artifactId>bxbot-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.6.2-SNAPSHOT</version>
9+
<version>0.6.2</version>
1010
<name>BX-bot Parent</name>
1111
<description>Parent POM for building the bot</description>
1212
<url>https://github.com/gazbert/bxbot</url>

0 commit comments

Comments
 (0)
Please sign in to comment.