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

samza-hello-samza git commit: SAMZA-714: update to 0.9.1 release

Repository: samza-hello-samza
Updated Branches:
  refs/heads/master b577dae26 -> ff399e6d5


SAMZA-714: update to 0.9.1 release


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

Branch: refs/heads/master
Commit: ff399e6d583c331fba77ff7ca2080e07f7a33287
Parents: b577dae
Author: Yan Fang <ya...@gmail.com>
Authored: Fri Jul 10 11:42:16 2015 -0700
Committer: Yan Fang <ya...@gmail.com>
Committed: Fri Jul 10 11:42:16 2015 -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/ff399e6d/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 83b150f..9ddc5bf 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.9.0
+SAMZA_VERSION=0.9.1
 KAFKA_VERSION=0.8.2.1
 HADOOP_VERSION=2.4.0
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/ff399e6d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4f5899..f9c4fa9 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.9.0</version>
+  <version>0.9.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.9.0</samza.version>
+    <samza.version>0.9.1</samza.version>
   </properties>
 
   <developers>