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

[12/33] samza-hello-samza git commit: Updating samza version to 0.11.0-SNAPSHOT

Updating samza version to 0.11.0-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/b240b65f
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/b240b65f
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/b240b65f

Branch: refs/heads/master
Commit: b240b65fd11a9ae5d52703e819d4c5015053d1e3
Parents: 3124494
Author: Navina Ramesh <nr...@linkedin.com>
Authored: Mon Aug 8 14:09:47 2016 -0700
Committer: Navina Ramesh <nr...@linkedin.com>
Committed: Mon Aug 8 14:09:47 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/b240b65f/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index b7729bd..fe71c66 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.10.1-SNAPSHOT
+SAMZA_VERSION=0.11.0-SNAPSHOT
 KAFKA_VERSION=0.8.2.1
 HADOOP_VERSION=2.6.1
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/b240b65f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9745c93..9cc44de 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-SNAPSHOT</samza.version>
+    <samza.version>0.11.0-SNAPSHOT</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>