You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/04/17 22:28:22 UTC

[49/53] [abbrv] git commit: cdh version

cdh version

s Please enter the commit message for your changes. Lines starting


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

Branch: refs/heads/master
Commit: 7c77814de34351d96632abe61e7b2ce2412196f3
Parents: 4b3d00e
Author: sblackmon <sb...@w2odigital.com>
Authored: Thu Apr 10 18:03:07 2014 -0600
Committer: sblackmon <sb...@w2odigital.com>
Committed: Thu Apr 10 18:03:07 2014 -0600

----------------------------------------------------------------------
 streams-contrib/streams-persist-hdfs/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/7c77814d/streams-contrib/streams-persist-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/pom.xml b/streams-contrib/streams-persist-hdfs/pom.xml
index 6b84733..5fe33b3 100644
--- a/streams-contrib/streams-persist-hdfs/pom.xml
+++ b/streams-contrib/streams-persist-hdfs/pom.xml
@@ -12,7 +12,7 @@
     <artifactId>streams-persist-hdfs</artifactId>
 
     <properties>
-        <hdfs.version>1.1.0</hdfs.version>
+        <hdfs.version>2.0.0-cdh4.5.0.1-SNAPSHOT</hdfs.version>
     </properties>
 
     <repositories>
@@ -53,14 +53,14 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-hdfs</artifactId>
-            <version>2.0.0-cdh4.5.0</version>
+            <version>${hdfs.version}</version>
             <type>pom</type>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-hdfs-httpfs</artifactId>
-            <version>2.0.0-cdh4.5.0</version>
+            <version>${hdfs.version}</version>
             <type>pom</type>
             <scope>compile</scope>
         </dependency>