Skip to content

Commit

Permalink
tying all versions to infochimps storm, storm-kafka, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Jul 29, 2013
1 parent 6ed94f1 commit 62aff07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>http://github.com/nathanmarz/storm-contrib</url>

<properties>
<storm.version>0.9.0-wip21</storm.version>
<storm.version>0.9.0-wip21-ics</storm.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions storm-kafka/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject storm/storm-kafka "0.9.0-wip16b-ics"
(defproject storm/storm-kafka "0.9.0-wip21-ics"
:java-source-paths ["src/jvm"]
:repositories {"scala-tools" "http://scala-tools.org/repo-releases"
"conjars" "http://conjars.org/repo/"}
Expand All @@ -7,7 +7,7 @@
:exclusions [org.apache.zookeeper/zookeeper
log4j/log4j]]]
:profiles
{:provided {:dependencies [[storm/storm-core "0.9.0-wip21"]
{:provided {:dependencies [[storm/storm-core "0.9.0-wip21-ics"]
[org.slf4j/log4j-over-slf4j "1.6.6"]
;;[ch.qos.logback/logback-classic "1.0.6"]
[org.clojure/clojure "1.4.0"]]}}
Expand Down
2 changes: 1 addition & 1 deletion storm-starter
Submodule storm-starter updated from 96fc9f to 5682cc
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 8bef59 to 004f76

0 comments on commit 62aff07

Please sign in to comment.