You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bo...@apache.org on 2021/02/05 02:03:11 UTC

[samza-hello-samza] branch latest updated: update to the next version

This is an automated email from the ASF dual-hosted git repository.

boryas pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/samza-hello-samza.git


The following commit(s) were added to refs/heads/latest by this push:
     new ce6badc  update to the next version
ce6badc is described below

commit ce6badc7ee90b223f48034e27ad3bab7b5a0f5bf
Author: Boris Shkolnik <bo...@apache.org>
AuthorDate: Thu Feb 4 18:02:47 2021 -0800

    update to the next version
---
 gradle.properties | 2 +-
 pom.xml           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index ed6b46b..972c966 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=1.6.0-SNAPSHOT
+SAMZA_VERSION=1.7.0-SNAPSHOT
 KAFKA_VERSION=0.11.0.2
 HADOOP_VERSION=2.7.1
 
diff --git a/pom.xml b/pom.xml
index f7a0d27..89684dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
   <groupId>org.apache.samza</groupId>
   <artifactId>hello-samza</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Samza Example</name>
   <description>
@@ -294,7 +294,7 @@ under the License.
   <properties>
     <!-- maven specific properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <samza.version>1.6.0-SNAPSHOT</samza.version>
+    <samza.version>1.7.0-SNAPSHOT</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>