You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by en...@apache.org on 2015/04/29 02:49:14 UTC

phoenix git commit: PHOENIX-1757 Switch to HBase-1.0.1 when it is released

Repository: phoenix
Updated Branches:
  refs/heads/master 38aa4ce8d -> 6e89a1452


PHOENIX-1757 Switch to HBase-1.0.1 when it is released


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

Branch: refs/heads/master
Commit: 6e89a145251a83ff06bd698df52eb7b2293c619f
Parents: 38aa4ce
Author: Enis Soztutar <en...@apache.org>
Authored: Tue Apr 28 17:49:04 2015 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Tue Apr 28 17:49:04 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/6e89a145/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92d2baf..0371191 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
     <test.output.tofile>true</test.output.tofile>
 
     <!-- Hadoop Versions -->
-    <hbase.version>1.0.1-SNAPSHOT</hbase.version>
+    <hbase.version>1.0.1</hbase.version>
     <hadoop-two.version>2.5.1</hadoop-two.version>
 
     <!-- Dependency versions -->