You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2014/12/10 01:46:39 UTC

incubator-samza git commit: SAMZA-496; don't checkout latest for samza 0.8.1 branch in hello-samza

Repository: incubator-samza
Updated Branches:
  refs/heads/0.8.1 5da94cc57 -> 0f491ba74


SAMZA-496; don't checkout latest for samza 0.8.1 branch in hello-samza


Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/0f491ba7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/0f491ba7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/0f491ba7

Branch: refs/heads/0.8.1
Commit: 0f491ba746c4eacede689cb7c4388850a298ec43
Parents: 5da94cc
Author: Chris Riccomini <criccomi@criccomi-mn.(none)>
Authored: Tue Dec 9 16:46:23 2014 -0800
Committer: Chris Riccomini <criccomi@criccomi-mn.(none)>
Committed: Tue Dec 9 16:46:23 2014 -0800

----------------------------------------------------------------------
 docs/startup/hello-samza/versioned/index.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0f491ba7/docs/startup/hello-samza/versioned/index.md
----------------------------------------------------------------------
diff --git a/docs/startup/hello-samza/versioned/index.md b/docs/startup/hello-samza/versioned/index.md
index f07c656..1475b8d 100644
--- a/docs/startup/hello-samza/versioned/index.md
+++ b/docs/startup/hello-samza/versioned/index.md
@@ -27,7 +27,6 @@ Check out the hello-samza project:
 {% highlight bash %}
 git clone git://git.apache.org/incubator-samza-hello-samza.git hello-samza
 cd hello-samza
-git checkout latest
 {% endhighlight %}
 
 This project contains everything you'll need to run your first Samza jobs.