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/26 00:45:50 UTC

phoenix git commit: PHOENIX-3036 Addendum to fix failsafe version in pom

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 03df8ab55 -> f515f935d


PHOENIX-3036 Addendum to fix failsafe version in pom


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

Branch: refs/heads/4.x-HBase-0.98
Commit: f515f935d65a8ba60b828587e646962c608eea2a
Parents: 03df8ab
Author: Samarth <sa...@salesforce.com>
Authored: Thu Aug 25 17:45:33 2016 -0700
Committer: Samarth <sa...@salesforce.com>
Committed: Thu Aug 25 17:45:33 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/f515f935/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6697e13..2b3c997 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.2-SNAPSHOT</maven-surefire-plugin.version>
-    <maven-failsafe-plugin.version>2.19.2-SNAPSHOT</maven-failsafe-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-dependency-plugin.version>2.1</maven-dependency-plugin.version>
     <maven.assembly.version>2.5.2</maven.assembly.version>