Skip to content

Commit 116972a

Browse files
committed
Release v5.1.2
1 parent 4c6d3be commit 116972a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ Source code markup with covered and uncovered lines:
9191

9292
## Changelog ##
9393

94+
### 5.1.2 - 25 October 2015 ###
95+
96+
**[Michael Zinsmaier](https://github.com/MichaelZinsmaier) pull requests:**
97+
98+
- [Improved path handling, reported filenames are converted to src dir relative paths](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/22)
99+
- [Adding directory coverage thus supporting the Treemap widget](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/23)
100+
- [Added total statements metric to avoid overlaps with coremetrics](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/24)
101+
102+
**[Justin Kaeser](https://github.com/jastice) pull request:**
103+
104+
- [fix link syntax, link to releases](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/26)
105+
94106
### 5.1.1 - 7 May 2015 ###
95107

96108
- Upgrade to SonarQube 5.1 API

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.1
4-
PLUGIN_VERSION=5.1.1
4+
PLUGIN_VERSION=5.1.2
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.1</version>
14+
<version>5.1.2</version>
1515
<packaging>sonar-plugin</packaging>
1616
<name>Sonar Scoverage Plugin</name>
1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += Classpaths.sbtPluginReleases
22

3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")

0 commit comments

Comments
 (0)