Skip to content

Commit

Permalink
#97 - Bumped version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Apr 22, 2019
1 parent 4a262cb commit f0b0c3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ allprojects {
apply plugin: 'maven'

group = 'com.gazbert.bxbot'
version = '0.11.0-SNAPSHOT'
version = '0.11.0'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion bxbot.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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-0.11.0-SNAPSHOT.jar
SET bxbot_jar=bxbot-app-0.11.0.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-0.11.0-SNAPSHOT.jar
bxbot_jar=bxbot-app-0.11.0.jar

# PID file for checking if bot is running
pid_file=./.bxbot.pid
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven>3.5.0</maven>
</prerequisites>
<properties>
<revision>0.11.0-SNAPSHOT</revision>
<revision>0.11.0</revision>
<!-- spring-tx should be same version as Spring Boot's spring-core version -->
<spring-tx.version>5.1.6.RELEASE</spring-tx.version>
<powermock.version>2.0.2</powermock.version>
Expand Down Expand Up @@ -386,7 +386,7 @@
<goals>
<goal>report</goal>
</goals>
<!-- Override report location. Default is: target/jscoco/site/* -->
<!-- Override report location. Default is: target/jacoco/site/* -->
<configuration>
<outputDirectory>target/jacoco-report</outputDirectory>
</configuration>
Expand Down

0 comments on commit f0b0c3e

Please sign in to comment.