Skip to content

Commit

Permalink
Release v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RadoBuransky committed Oct 25, 2015
1 parent 4c6d3be commit 116972a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@ Source code markup with covered and uncovered lines:

## Changelog ##

### 5.1.2 - 25 October 2015 ###

**[Michael Zinsmaier](https://github.com/MichaelZinsmaier) pull requests:**

- [Improved path handling, reported filenames are converted to src dir relative paths](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/22)
- [Adding directory coverage thus supporting the Treemap widget](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/23)
- [Added total statements metric to avoid overlaps with coremetrics](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/24)

**[Justin Kaeser](https://github.com/jastice) pull request:**

- [fix link syntax, link to releases](https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/26)

### 5.1.1 - 7 May 2015 ###

- Upgrade to SonarQube 5.1 API
Expand Down
2 changes: 1 addition & 1 deletion plugin/dev.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SONAR_HOME=~/bin/sonarqube-5.1
PLUGIN_VERSION=5.1.1
PLUGIN_VERSION=5.1.2

mvn install

Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>sonar-scoverage-plugin</artifactId>
<version>5.1.1</version>
<version>5.1.2</version>
<packaging>sonar-plugin</packaging>
<name>Sonar Scoverage Plugin</name>

Expand Down
2 changes: 1 addition & 1 deletion samples/sbt/multi-module/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Classpaths.sbtPluginReleases

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

0 comments on commit 116972a

Please sign in to comment.