dxichen commented on a change in pull request #960: Update website for 1.1.0 URL: https://github.com/apache/samza/pull/960#discussion_r268373360
########## File path: docs/learn/tutorials/versioned/hello-samza-high-level-yarn.md ########## @@ -63,7 +62,7 @@ Then, you can continue w/ the following command in hello-samza project: {% highlight bash %} mvn clean package mkdir -p deploy/samza -tar -xvf ./target/hello-samza-1.0.1-SNAPSHOT-dist.tar.gz -C deploy/samza +tar -xvf ./target/hello-samza-1.1.0-dist.tar.gz -C deploy/samza Review comment: The rationale is that now that this is the latest release branch we no longer need to have SNAPSHOT. The previous has SNAPSHOT since it this release branch is branched off of maste, which contains the latest changes non in a version (therefore we needed SNAPSHOT). This process is documented here: https://github.com/apache/samza/blob/master/docs/README.md#release-new-version-website-checklist ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services