This is an automated email from the ASF dual-hosted git repository.
pmaheshwari 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 8f22978 Updated latest branch to work with samza master
(1.1.1-SNAPSHOT)
8f22978 is described below
commit 8f2297898befef6f17f17d2c85e9bc56b4a7a2f6
Author: Prateek Maheshwari <[email protected]>
AuthorDate: Tue Apr 9 14:31:53 2019 -0700
Updated latest branch to work with samza master (1.1.1-SNAPSHOT)
Author: Prateek Maheshwari <[email protected]>
Closes #55 from prateekm/latest
---
.gitignore | 2 ++
bin/deploy.sh | 2 +-
pom.xml | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index f31af00..8d1f669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,5 @@ deploy
build/
.gradle/
state
+manifest.txt
+pathing.jar
diff --git a/bin/deploy.sh b/bin/deploy.sh
index 3c3ada2..ef9068e 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.0.0-SNAPSHOT-dist.tar.gz -C
$base_dir/deploy/samza
+tar -xvf $base_dir/target/hello-samza-1.1.0-dist.tar.gz -C
$base_dir/deploy/samza
diff --git a/pom.xml b/pom.xml
index 73ac6dc..c161027 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@ under the License.
<properties>
<!-- maven specific properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <samza.version>1.1.0</samza.version>
+ <samza.version>1.1.1-SNAPSHOT</samza.version>
<hadoop.version>2.6.1</hadoop.version>
</properties>