Repository: commons-compress Updated Branches: refs/heads/master 07eb6d96c -> 2857de74f
Update Cobertura plugin from 2.6 to 2.7. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/22f8b168 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/22f8b168 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/22f8b168 Branch: refs/heads/master Commit: 22f8b1687344a5486658bc007ef0fbb1d694720a Parents: 07eb6d9 Author: ggregory <ggreg...@apache.org> Authored: Mon Apr 18 15:04:51 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Mon Apr 18 15:04:51 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/22f8b168/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1fa096e..3e89326 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ jar, tar, zip, dump, 7z, arj. <!-- generate a code coverage report --> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.6</version> + <version>2.7</version> </plugin> <plugin> <!-- generate the PMD reports -->