You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by GitBox <gi...@apache.org> on 2020/03/19 00:54:54 UTC

[GitHub] [samza-hello-samza] cameronlee314 opened a new pull request #77: Merge latest branch into master and set version to 1.4.0

cameronlee314 opened a new pull request #77: Merge latest branch into master and set version to 1.4.0
URL: https://github.com/apache/samza-hello-samza/pull/77
 
 
   The Samza 1.4.0 release was just completed, so updating master to be up-to-date with latest. Most of this diff is by doing a `git merge latest`, but there were a few minor inconsistencies that I also cleaned up. I also removed the `-SNAPSHOT` part from the Samza version.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #77: Merge latest branch into master and set version to 1.4.0

Posted by GitBox <gi...@apache.org>.
cameronlee314 merged pull request #77: Merge latest branch into master and set version to 1.4.0
URL: https://github.com/apache/samza-hello-samza/pull/77
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [samza-hello-samza] mynameborat commented on a change in pull request #77: Merge latest branch into master and set version to 1.4.0

Posted by GitBox <gi...@apache.org>.
mynameborat commented on a change in pull request #77: Merge latest branch into master and set version to 1.4.0
URL: https://github.com/apache/samza-hello-samza/pull/77#discussion_r395190224
 
 

 ##########
 File path: 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.2.0-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
 
 Review comment:
   should this be 1.4.0?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services