You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2017/02/24 01:09:03 UTC

[31/50] [abbrv] hive git commit: HIVE-15934 : Downgrade Maven surefire plugin from 2.19.1 to 2.18.1 (Wei Zheng, reviewed by Zoltan Haindrich)

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/ffe73576
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/ffe73576
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/ffe73576

Branch: refs/heads/hive-14535
Commit: ffe735766efa7ac6469aec0c43cc6fcdfab5662c
Parents: d5bb76c
Author: Wei Zheng <we...@apache.org>
Authored: Tue Feb 21 15:46:18 2017 -0800
Committer: Wei Zheng <we...@apache.org>
Committed: Tue Feb 21 15:46:18 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ffe73576/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>