Skip to content

Commit c7b66a2

Browse files
committed
#164 : Bump versions for release
1 parent f91daff commit c7b66a2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ If you want to just play around with the
102102
and evaluate the bot, Docker is the way to go.
103103

104104
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`
107107
1. Change into the bot's directory: `cd bxbot*`
108108
1. Configure the bot as described in step 4 of the previous [Maven](#maven) section.
109109
1. Usage: `./bxbot.sh [start|stop|status]`

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ allprojects {
106106
apply plugin: 'org.sonarqube'
107107

108108
group = 'com.gazbert.bxbot'
109-
version = '2.2.0-SNAPSHOT'
109+
version = '2.2.0'
110110

111111
dependencyManagement {
112112
applyMavenExclusions = false

bxbot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REM log4j2 config file location
1919
SET log4j2_config=.\config\log4j2.xml
2020

2121
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
2323

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

bxbot.sh

Lines changed: 1 addition & 1 deletion
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-2.1.0.jar
24+
bxbot_jar=bxbot-app-2.2.0.jar
2525

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</developer>
4343
</developers>
4444
<properties>
45-
<revision>2.2.0-SNAPSHOT</revision>
45+
<revision>2.2.0</revision>
4646

4747
<!-- Should be same as dependency used by spring-boot-starter.version -->
4848
<spring-core.version>6.0.19</spring-core.version>
@@ -552,7 +552,7 @@
552552
<configuration>
553553
<rules>
554554
<requireMavenVersion>
555-
<version>3.8.1</version>
555+
<version>3.6.0</version>
556556
<level>ERROR</level>
557557
</requireMavenVersion>
558558
<requireJavaVersion>

0 commit comments

Comments
 (0)