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 2016/10/18 22:52:14 UTC

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

Repository: samza-hello-samza
Updated Branches:
  refs/heads/latest 32c90771a -> e02c9564b
  refs/heads/master 1e843814d -> 51253ee28


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/latest
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>
 


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

Posted by xi...@apache.org.
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/51253ee2
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/51253ee2
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/51253ee2

Branch: refs/heads/master
Commit: 51253ee28e300ef458bdd2effb00224273988f9e
Parents: 1e84381
Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz>
Authored: Tue Oct 18 15:15:44 2016 -0700
Committer: Xinyu Liu <xi...@xiliu-ld.linkedin.biz>
Committed: Tue Oct 18 15:38:55 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/51253ee2/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 4072223..2605f93 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.10.1
+SAMZA_VERSION=0.11.0
 KAFKA_VERSION=0.8.2.1
 HADOOP_VERSION=2.6.1
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/51253ee2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c8f1caf..4e45c7e 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.1</version>
+  <version>0.11.0</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.10.1</samza.version>
+    <samza.version>0.11.0</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>