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:26:13 UTC

[32/33] samza-hello-samza git commit: SAMZA-1550: Update samza version to 0.14.1-SNAPSHOT

SAMZA-1550: Update samza version to 0.14.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/4e1aea38
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/4e1aea38
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/4e1aea38

Branch: refs/heads/master
Commit: 4e1aea380872f4c1bf09ca7193109eb6d4091800
Parents: befe934
Author: xiliu <xi...@xiliu-ld1.linkedin.biz>
Authored: Mon Jan 8 17:05:25 2018 -0800
Committer: xiliu <xi...@xiliu-ld1.linkedin.biz>
Committed: Mon Jan 8 17:05:25 2018 -0800

----------------------------------------------------------------------
 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/4e1aea38/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 800e15b..f14b8f7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.13.1-SNAPSHOT
+SAMZA_VERSION=0.14.1-SNAPSHOT
 KAFKA_VERSION=0.10.1.1
 HADOOP_VERSION=2.6.1
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/4e1aea38/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5b2eb55..dbfe749 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.13.1-SNAPSHOT</version>
+  <version>0.14.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Samza Example</name>
   <description>
@@ -148,7 +148,7 @@ under the License.
   <properties>
     <!-- maven specific properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <samza.version>0.13.1-SNAPSHOT</samza.version>
+    <samza.version>0.14.1-SNAPSHOT</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>