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

[14/33] samza-hello-samza git commit: SAMZA-1038: Update hello-samza master to use Samza 0.11.0

SAMZA-1038: Update hello-samza master to use Samza 0.11.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/e02c9564
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/e02c9564
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/e02c9564

Branch: refs/heads/master
Commit: e02c9564b7ea3d6d735d437c746021b041dfbd29
Parents: 32c9077
Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz>
Authored: Tue Oct 18 15:00:31 2016 -0700
Committer: Xinyu Liu <xi...@xiliu-ld.linkedin.biz>
Committed: Tue Oct 18 15:00:31 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/e02c9564/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index fe71c66..3d8a0ea 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.11.0-SNAPSHOT
+SAMZA_VERSION=0.11.1-SNAPSHOT
 KAFKA_VERSION=0.8.2.1
 HADOOP_VERSION=2.6.1
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/e02c9564/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9cc44de..d90b1f9 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.11.0</version>
+  <version>0.11.1</version>
   <packaging>jar</packaging>
   <name>Samza Example</name>
   <description>
@@ -143,7 +143,7 @@ under the License.
   <properties>
     <!-- maven specific properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <samza.version>0.11.0-SNAPSHOT</samza.version>
+    <samza.version>0.11.1-SNAPSHOT</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>