You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/03/20 22:22:29 UTC

[06/50] [abbrv] git commit: storm-starter actually uses leiningen 2.0 now

storm-starter actually uses leiningen 2.0 now

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

Branch: refs/heads/master
Commit: e3450917b100ee46ad5ff334e815fbb015686ccb
Parents: e7b4c09
Author: Michael G. Noll <mi...@michael-noll.com>
Authored: Tue Aug 27 21:18:19 2013 +0200
Committer: Michael G. Noll <mi...@michael-noll.com>
Committed: Tue Aug 27 21:18:19 2013 +0200

----------------------------------------------------------------------
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/e3450917/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 3191b2e..d760516 100644
--- a/README.markdown
+++ b/README.markdown
@@ -10,7 +10,7 @@ More information about Storm can be found on the [project page](http://github.co
 
 ## Running an example with Leiningen
 
-Install Leiningen by following the installation instructions [here](https://github.com/technomancy/leiningen). The storm-starter build uses Leiningen 1.7.1.
+Install Leiningen by following the installation instructions [here](https://github.com/technomancy/leiningen). The storm-starter build uses Leiningen 2.0.
 
 ### To run a Java example: