From 0a328ca698933c65257e56071a14fb2b31c55e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=BCegg?= Date: Thu, 1 Dec 2016 10:52:08 +0100 Subject: [PATCH] Version bump to 1.1.7 --- dev.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.sh b/dev.sh index 5eda157..9d1f91b 100755 --- a/dev.sh +++ b/dev.sh @@ -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; } diff --git a/pom.xml b/pom.xml index 67aca4f..e2122ec 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 ch.mibex.bitbucket sonar-bitbucket-plugin - 1.1.6 + 1.1.7 sonar-plugin Sonar Bitbucket Cloud Plugin