You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by mf...@apache.org on 2014/09/24 20:21:57 UTC

[2/6] git commit: STREAMS-174 | Remove an unused property that refers to a SNAPSHOT version

STREAMS-174 | Remove an unused property that refers to a SNAPSHOT version


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/006190a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/006190a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/006190a5

Branch: refs/heads/master
Commit: 006190a56fffb0ddeb9149f6ccd0915243e1a8e0
Parents: 98c44ef
Author: Stanton Sievers <ss...@w2odigital.com>
Authored: Tue Sep 16 14:53:28 2014 -0400
Committer: Stanton Sievers <ss...@w2odigital.com>
Committed: Tue Sep 16 14:53:28 2014 -0400

----------------------------------------------------------------------
 streams-contrib/streams-persist-hbase/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/006190a5/streams-contrib/streams-persist-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hbase/pom.xml b/streams-contrib/streams-persist-hbase/pom.xml
index 18ec32e..47e0305 100644
--- a/streams-contrib/streams-persist-hbase/pom.xml
+++ b/streams-contrib/streams-persist-hbase/pom.xml
@@ -14,7 +14,6 @@
     <properties>
         <hadoop-common.version>2.0.0-cdh4.5.0</hadoop-common.version>
         <hbase.version>0.94.6-cdh4.5.0</hbase.version>
-        <zookeeper.version>3.4.5-cdh4.5.0.1-SNAPSHOT</zookeeper.version>
     </properties>
 
     <repositories>