You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2016/08/27 19:09:35 UTC

phoenix git commit: PHOENIX-3036 Downgrading failsafe version to 2.18 to get builds to pass again

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 2c0a1454e -> 8934e0b14


PHOENIX-3036 Downgrading failsafe version to 2.18 to get builds to pass again


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8934e0b1
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8934e0b1
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8934e0b1

Branch: refs/heads/4.x-HBase-0.98
Commit: 8934e0b1473a8794f3e8f1a5a3834cb6cceb624c
Parents: 2c0a145
Author: Samarth <sa...@salesforce.com>
Authored: Sat Aug 27 12:09:24 2016 -0700
Committer: Samarth <sa...@salesforce.com>
Committed: Sat Aug 27 12:09:24 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8934e0b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b3c997..fab5220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,8 +110,8 @@
     <!-- Plugin versions -->
     <maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>
     <maven-build-helper-plugin.version>1.9.1</maven-build-helper-plugin.version>
-    <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
-    <maven-failsafe-plugin.version>2.19.1</maven-failsafe-plugin.version>
+    <maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
+    <maven-failsafe-plugin.version>2.18.1</maven-failsafe-plugin.version>
     
     <maven-dependency-plugin.version>2.1</maven-dependency-plugin.version>
     <maven.assembly.version>2.5.2</maven.assembly.version>