You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2015/12/22 02:07:42 UTC

[29/29] samza-hello-samza git commit: SAMZA-847: update hello-samza master to use Samza 0.10.0

SAMZA-847: update hello-samza master to use Samza 0.10.0


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/54758da4
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/54758da4
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/54758da4

Branch: refs/heads/master
Commit: 54758da43c9e1081b8ccbabd525fa44586452055
Parents: 1eb82ba
Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Authored: Mon Dec 21 16:35:43 2015 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Mon Dec 21 16:35:43 2015 -0800

----------------------------------------------------------------------
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/54758da4/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 9ddc5bf..6ab19c7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,9 +17,9 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.9.1
+SAMZA_VERSION=0.10.0
 KAFKA_VERSION=0.8.2.1
-HADOOP_VERSION=2.4.0
+HADOOP_VERSION=2.6.1
 
 SLF4J_VERSION = 1.7.7