File tree 16 files changed +17
-17
lines changed
16 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ allprojects {
73
73
apply plugin : ' maven'
74
74
75
75
group = ' com.gazbert.bxbot'
76
- version = ' 0.6.2-SNAPSHOT '
76
+ version = ' 0.6.2'
77
77
}
78
78
79
79
subprojects {
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<properties >
17
17
<start-class >com.gazbert.bxbot.BXBot</start-class >
72
72
<!-- <dependency>-->
73
73
<!-- <groupId>com.gazbert.bxbot</groupId>-->
74
74
<!-- <artifactId>bxbot-strategies</artifactId>-->
75
- <!-- <version>5 .0-SNAPSHOT</version>-->
75
+ <!-- <version>7 .0-SNAPSHOT</version>-->
76
76
<!-- <scope>runtime</scope>-->
77
77
<!-- </dependency>-->
78
78
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<profiles >
17
17
<profile >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
<!--
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.gazbert.bxbot</groupId >
13
13
<artifactId >bxbot-parent</artifactId >
14
- <version >0.6.2-SNAPSHOT </version >
14
+ <version >0.6.2</version >
15
15
</parent >
16
16
<dependencies >
17
17
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ REM log4j2 config file location
21
21
SET log4j2_config = .\config\log4j2.xml
22
22
23
23
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
25
25
26
26
REM PID file for checking if bot is running
27
27
SET pid_file = .\.bxbot.pid
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ lib_dir=./libs
21
21
log4j2_config=./config/log4j2.xml
22
22
23
23
# 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
25
25
26
26
# PID file for checking if bot is running
27
27
pid_file=./.bxbot.pid
Original file line number Diff line number Diff line change 6
6
<groupId >com.gazbert.bxbot</groupId >
7
7
<artifactId >bxbot-parent</artifactId >
8
8
<packaging >pom</packaging >
9
- <version >0.6.2-SNAPSHOT </version >
9
+ <version >0.6.2</version >
10
10
<name >BX-bot Parent</name >
11
11
<description >Parent POM for building the bot</description >
12
12
<url >https://github.com/gazbert/bxbot</url >
You can’t perform that action at this time.
0 commit comments