Repository: hive Updated Branches: refs/heads/HIVE-15934 [created] cc9085617
HIVE-15934 : Downgrade Maven surefire plugin from 2.19.1 to 2.18.1 (Wei Zheng, reviewed by Zoltan Haindrich) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/cc908561 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/cc908561 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/cc908561 Branch: refs/heads/HIVE-15934 Commit: cc9085617b8749b8eb0a69fb893133ac04915eb8 Parents: d5bb76c Author: Wei Zheng <[email protected]> Authored: Tue Feb 21 15:31:51 2017 -0800 Committer: Wei Zheng <[email protected]> Committed: Tue Feb 21 15:31:51 2017 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/cc908561/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c46ad1..3ddec7a 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ <maven.jar.plugin.version>2.4</maven.jar.plugin.version> <maven.javadoc.plugin.version>2.4</maven.javadoc.plugin.version> <maven.shade.plugin.version>2.4.3</maven.shade.plugin.version> - <maven.surefire.plugin.version>2.19.1</maven.surefire.plugin.version> + <maven.surefire.plugin.version>2.18.1</maven.surefire.plugin.version> <maven.war.plugin.version>2.4</maven.war.plugin.version> <maven.dependency.plugin.version>2.8</maven.dependency.plugin.version> <maven.eclipse.plugin.version>2.9</maven.eclipse.plugin.version>
