You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ca...@apache.org on 2020/03/19 21:58:52 UTC

[samza-hello-samza] branch latest updated: [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version (#78)

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

cameronlee 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 5d57c13  [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version (#78)
5d57c13 is described below

commit 5d57c13c538cc860d1524df7032449cd2eb6d64a
Author: Cameron Lee <ca...@linkedin.com>
AuthorDate: Thu Mar 19 14:58:43 2020 -0700

    [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version (#78)
---
 bin/deploy.sh     | 2 +-
 gradle.properties | 2 +-
 pom.xml           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/deploy.sh b/bin/deploy.sh
index ef9068e..139c788 100755
--- a/bin/deploy.sh
+++ b/bin/deploy.sh
@@ -23,4 +23,4 @@ base_dir=`pwd`
 
 mvn clean package
 mkdir -p $base_dir/deploy/samza
-tar -xvf $base_dir/target/hello-samza-1.1.0-dist.tar.gz -C $base_dir/deploy/samza
+tar -xvf $base_dir/target/hello-samza-1.5.0-SNAPSHOT-dist.tar.gz -C $base_dir/deploy/samza
diff --git a/gradle.properties b/gradle.properties
index c241bb4..6ea16b0 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=1.4.0-SNAPSHOT
+SAMZA_VERSION=1.5.0-SNAPSHOT
 KAFKA_VERSION=0.11.0.2
 HADOOP_VERSION=2.7.1
 
diff --git a/pom.xml b/pom.xml
index a118cd0..f81c998 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.4.0-SNAPSHOT</version>
+  <version>1.5.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.4.0-SNAPSHOT</samza.version>
+    <samza.version>1.5.0-SNAPSHOT</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>