Skip to content

Commit

Permalink
chore: Bump versions for next round of dev (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Nov 15, 2024
1 parent 2365357 commit 6f4e0e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ allprojects {
apply plugin: 'org.sonarqube'

group = 'com.gazbert.bxbot'
version = '2.2.1'
version = '2.2.2-SNAPSHOT'

dependencyManagement {
applyMavenExclusions = false
Expand Down
2 changes: 1 addition & 1 deletion bxbot.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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-2.2.1.jar
SET bxbot_jar=bxbot-app-2.2.2-SNAPSHOT.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-2.2.1.jar
bxbot_jar=bxbot-app-2.2.2-SNAPSHOT.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 @@ -42,7 +42,7 @@
</developer>
</developers>
<properties>
<revision>2.2.1</revision>
<revision>2.2.2-SNAPSHOT</revision>

<!-- Should be same as dependency used by spring-boot-starter.version -->
<spring-core.version>6.1.14</spring-core.version>
Expand Down

0 comments on commit 6f4e0e4

Please sign in to comment.