From 0846f534a418ec3871147c0e3f2aad1561d9747c Mon Sep 17 00:00:00 2001 From: Geoffre Alexandre Date: Tue, 8 May 2018 23:17:02 +0100 Subject: [PATCH] Version tag updated and README --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66db2c0..d788dca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Sonar Cobertura =============== -Current version: 1.9.1 +Current version: 2.0 =============== [![Build Status](https://travis-ci.org/galexandre/sonar-cobertura.svg?branch=master)](https://travis-ci.org/galexandre/sonar-cobertura) [![Code Climate](https://codeclimate.com/github/galexandre/sonar-cobertura/badges/gpa.svg)](https://codeclimate.com/github/galexandre/sonar-cobertura) [![Issue Count](https://codeclimate.com/github/galexandre/sonar-cobertura/badges/issue_count.svg)](https://codeclimate.com/github/galexandre/sonar-cobertura) [Slack](https://sonar-cobertura.slack.com/) @@ -12,9 +12,9 @@ Current version: 1.9.1 ## Description / Feature This plugin provides the ability to feed SonarQube with code coverage data coming from [Cobertura](http://cobertura.github.io/cobertura/). -Cobertura Plugin | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.9.1 | +Cobertura Plugin | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.9.1 | 2.0 | ---------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | -Reports generated with Cobertura | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 +Reports generated with Cobertura | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 ## Usage The default location of the XML Cobertura report is: target/site/cobertura/coverage.xml . You can change it in Configure in the `Settings > General Settings > Java > Cobertura page` diff --git a/pom.xml b/pom.xml index 3263fb3..d282012 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ sonar-cobertura-plugin - TRUNK-SNAPSHOT + 2.0 sonar-plugin SonarQube Cobertura Plugin @@ -32,7 +32,7 @@ scm:git:git@github.com:galexandre/sonar-cobertura.git scm:git:git@github.com:galexandre/sonar-cobertura.git - https://github.com/SonarQubeCommunity/sonar-cobertura + https://github.com/galexandre/sonar-cobertura/ HEAD