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:58 UTC

[3/6] git commit: STREAMS-174 | Converge HDFS to the release version

STREAMS-174 | Converge HDFS to the release 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/0759b492
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/0759b492
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/0759b492

Branch: refs/heads/master
Commit: 0759b49237e293b92812f31b389a13b5c3cc68c6
Parents: 006190a
Author: Stanton Sievers <ss...@w2odigital.com>
Authored: Tue Sep 16 14:53:51 2014 -0400
Committer: Stanton Sievers <ss...@w2odigital.com>
Committed: Tue Sep 16 14:53:51 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0759b492/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 5fe33b3..ae837c6 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>2.0.0-cdh4.5.0.1-SNAPSHOT</hdfs.version>
+        <hdfs.version>2.0.0-cdh4.5.0</hdfs.version>
     </properties>
 
     <repositories>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>2.0.0-cdh4.5.0</version>
+            <version>${hdfs.version}</version>
             <scope>compile</scope>
             <type>jar</type>
         </dependency>