You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/09 01:25:43 UTC

[02/33] samza-hello-samza git commit: SAMZA-847: update latest to use 0.10.1-SNAPSHOT

SAMZA-847: update latest to use 0.10.1-SNAPSHOT


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/28d1ca17
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/28d1ca17
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/28d1ca17

Branch: refs/heads/master
Commit: 28d1ca175a08669f7b0b8665804b0a0252652604
Parents: 3be8dbd
Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Authored: Mon Dec 21 17:05:18 2015 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Mon Dec 21 17:05:18 2015 -0800

----------------------------------------------------------------------
 gradle.properties | 4 ++--
 pom.xml           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/28d1ca17/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 83b150f..b7729bd 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,9 +17,9 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.9.0
+SAMZA_VERSION=0.10.1-SNAPSHOT
 KAFKA_VERSION=0.8.2.1
-HADOOP_VERSION=2.4.0
+HADOOP_VERSION=2.6.1
 
 SLF4J_VERSION = 1.7.7
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/28d1ca17/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8cd7f7..e541bb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
   <groupId>org.apache.samza</groupId>
   <artifactId>hello-samza</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
   <packaging>jar</packaging>
   <name>Samza Example</name>
   <description>
@@ -113,7 +113,7 @@ under the License.
   <properties>
     <!-- maven specific properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <samza.version>0.10.0-SNAPSHOT</samza.version>
+    <samza.version>0.10.1-SNAPSHOT</samza.version>
   </properties>
 
   <developers>