This is an automated email from the ASF dual-hosted git repository.
larsh pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/4.x by this push:
new 355d95a Update jacoco plugin version to 0.8.5.
355d95a is described below
commit 355d95a4762c3ccac1be35659f3c02c385e17b3b
Author: Lars <[email protected]>
AuthorDate: Sun Aug 23 11:42:52 2020 -0700
Update jacoco plugin version to 0.8.5.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b19cd3e..b98c498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>
<maven-build-helper-plugin.version>1.9.1</maven-build-helper-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
- <jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
<!-- Plugin options -->
<numForkedUT>8</numForkedUT>