File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ If you want to just play around with the
102
102
and evaluate the bot, Docker is the way to go.
103
103
104
104
1 . Install [ Docker] ( https://docs.docker.com/engine/installation/ ) on the machine you want to run the bot.
105
- 1 . Fetch the BX-bot image from [ Docker Hub] ( https://hub.docker.com/r/gazbert/bxbot/ ) : ` docker pull gazbert/bxbot:2.1 .0 `
106
- 1 . Run the Docker container: ` docker container run --publish=8080:8080 --name bxbot-2.1 .0 -it gazbert/bxbot:2.1 .0 bash `
105
+ 1 . Fetch the BX-bot image from [ Docker Hub] ( https://hub.docker.com/r/gazbert/bxbot/ ) : ` docker pull gazbert/bxbot:2.2 .0 `
106
+ 1 . Run the Docker container: ` docker container run --publish=8080:8080 --name bxbot-2.2 .0 -it gazbert/bxbot:2.2 .0 bash `
107
107
1 . Change into the bot's directory: ` cd bxbot* `
108
108
1 . Configure the bot as described in step 4 of the previous [ Maven] ( #maven ) section.
109
109
1 . Usage: ` ./bxbot.sh [start|stop|status] `
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ allprojects {
106
106
apply plugin : ' org.sonarqube'
107
107
108
108
group = ' com.gazbert.bxbot'
109
- version = ' 2.2.0-SNAPSHOT '
109
+ version = ' 2.2.0'
110
110
111
111
dependencyManagement {
112
112
applyMavenExclusions = false
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ REM log4j2 config file location
19
19
SET log4j2_config = .\config\log4j2.xml
20
20
21
21
REM The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
22
- SET bxbot_jar = bxbot-app-2.1 .0.jar
22
+ SET bxbot_jar = bxbot-app-2.2 .0.jar
23
23
24
24
REM PID file for checking if bot is running
25
25
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-2.1 .0.jar
24
+ bxbot_jar=bxbot-app-2.2 .0.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 42
42
</developer >
43
43
</developers >
44
44
<properties >
45
- <revision >2.2.0-SNAPSHOT </revision >
45
+ <revision >2.2.0</revision >
46
46
47
47
<!-- Should be same as dependency used by spring-boot-starter.version -->
48
48
<spring-core .version>6.0.19</spring-core .version>
552
552
<configuration >
553
553
<rules >
554
554
<requireMavenVersion >
555
- <version >3.8.1 </version >
555
+ <version >3.6.0 </version >
556
556
<level >ERROR</level >
557
557
</requireMavenVersion >
558
558
<requireJavaVersion >
You can’t perform that action at this time.
0 commit comments