File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,10 @@ Source code markup with covered and uncovered lines:
9191
9292## Changelog ##
9393
94+ ### 5.1.3 - 8 April 2016 ###
95+
96+ - Fixed [ issue #31 ] ( https://github.com/RadoBuransky/sonar-scoverage-plugin/issues/31 )
97+
9498### 5.1.2 - 25 October 2015 ###
9599
96100** [ Michael Zinsmaier] ( https://github.com/MichaelZinsmaier ) pull requests:**
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33SONAR_HOME=~ /bin/sonarqube-5.4
4- PLUGIN_VERSION=5.1.2
4+ PLUGIN_VERSION=5.1.3
55
66mvn install
77
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >sonar-scoverage-plugin</artifactId >
14- <version >5.1.2 </version >
14+ <version >5.1.3 </version >
1515 <packaging >sonar-plugin</packaging >
1616 <name >Sonar Scoverage Plugin</name >
1717
You can’t perform that action at this time.
0 commit comments