Repository: avro Updated Branches: refs/heads/branch-1.7 6b4d7e488 -> 59f8a8c40
Revert "Bump Version of sure-fire plugin" This reverts commit 6b4d7e48835a652a56d0710fd086b73c383789de. Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/6c781bcf Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/6c781bcf Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/6c781bcf Branch: refs/heads/branch-1.7 Commit: 6c781bcf2e081d6702deda41537cf6cb0deaaaef Parents: 6b4d7e4 Author: Sean Busbey <[email protected]> Authored: Fri Oct 27 09:08:49 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Fri Oct 27 09:08:49 2017 -0500 ---------------------------------------------------------------------- lang/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/6c781bcf/lang/java/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/pom.xml b/lang/java/pom.xml index 28a5f0d..0cb4427 100644 --- a/lang/java/pom.xml +++ b/lang/java/pom.xml @@ -78,7 +78,7 @@ <maven-site-plugin.version>3.1</maven-site-plugin.version> <plugin-plugin.version>2.9</plugin-plugin.version> <source-plugin.version>2.1.2</source-plugin.version> - <surefire-plugin.version>2.19.1</surefire-plugin.version> + <surefire-plugin.version>2.12</surefire-plugin.version> <file-management.version>1.2.1</file-management.version> <shade-plugin.version>1.5</shade-plugin.version> <archetype-plugin.version>2.2</archetype-plugin.version>
