Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Version bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueegg committed Dec 18, 2017
1 parent f60cbea commit d9ac515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

mvn clean install || exit 1

PLUGIN_VERSION=1.2.2
PLUGIN_VERSION=1.2.3
PLUGIN_FILE="./target/sonar-bitbucket-plugin-$PLUGIN_VERSION.jar"

[ ! -f $PLUGIN_FILE ] && { echo "Plug-in JAR file not found: $PLUGIN_FILE"; exit 1; }
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>ch.mibex.bitbucket</groupId>
<artifactId>sonar-bitbucket-plugin</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<packaging>sonar-plugin</packaging>
<name>Sonar Bitbucket Cloud Plugin</name>

Expand Down

0 comments on commit d9ac515

Please sign in to comment.