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.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueegg committed Dec 1, 2016
1 parent ef73858 commit 0a328ca
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.1.6
PLUGIN_VERSION=1.1.7
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.mibex.bitbucket</groupId>
<artifactId>sonar-bitbucket-plugin</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<packaging>sonar-plugin</packaging>
<name>Sonar Bitbucket Cloud Plugin</name>

Expand Down

0 comments on commit 0a328ca

Please sign in to comment.