From 20af12dbaa161d590e0365322d739690abd6d753 Mon Sep 17 00:00:00 2001 From: Rado Buransky Date: Fri, 8 Apr 2016 20:32:45 +0200 Subject: [PATCH] Release v5.1.3 --- README.md | 4 ++++ plugin/dev.sh | 2 +- plugin/pom.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dd884b..a429786 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ Source code markup with covered and uncovered lines: ## Changelog ## +### 5.1.3 - 8 April 2016 ### + +- Fixed [issue #31](https://github.com/RadoBuransky/sonar-scoverage-plugin/issues/31) + ### 5.1.2 - 25 October 2015 ### **[Michael Zinsmaier](https://github.com/MichaelZinsmaier) pull requests:** diff --git a/plugin/dev.sh b/plugin/dev.sh index 8aa3c0e..884c6c5 100755 --- a/plugin/dev.sh +++ b/plugin/dev.sh @@ -1,7 +1,7 @@ #!/bin/bash SONAR_HOME=~/bin/sonarqube-5.4 -PLUGIN_VERSION=5.1.2 +PLUGIN_VERSION=5.1.3 mvn install diff --git a/plugin/pom.xml b/plugin/pom.xml index 858fd62..37f9b6a 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -11,7 +11,7 @@ sonar-scoverage-plugin - 5.1.2 + 5.1.3 sonar-plugin Sonar Scoverage Plugin