Skip to content

Commit 20af12d

Browse files
committed
Release v5.1.3
1 parent 4baf9d9 commit 20af12d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:**

plugin/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
SONAR_HOME=~/bin/sonarqube-5.4
4-
PLUGIN_VERSION=5.1.2
4+
PLUGIN_VERSION=5.1.3
55

66
mvn install
77

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

0 commit comments

Comments
 (0)