Skip to content

Commit

Permalink
Bump to snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Apr 24, 2012
1 parent a1d420b commit d788117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
[hadoop-util "0.2.7"]
[jackknife "0.1.2"]])

(defproject cascalog/cascalog "1.8.7"
(defproject cascalog/cascalog "1.8.8-SNAPSHOT"
:description "Data processing on Hadoop without the hassle."
:url "http://www.cascalog.org"
:license {:name "GPLv3"
:url "http://www.gnu.org/licenses/gpl-3.0.html"}
:mailing-list {:name "Cascalog user mailing list"
:archive "https://groups.google.com/group/cascalog-user"
:post "cascalog-user@googlegroups.com"}
:source-paths ["src/clj"]
:java-source-paths ["src/jvm"]
:source-path "src/clj"
:java-source-path "src/jvm"
:jvm-opts ["-Xmx768m" "-server"]
:codox {:include [cascalog.vars cascalog.ops cascalog.io cascalog.api]}
:repositories {"conjars" "http://conjars.org/repo/"}
Expand Down

0 comments on commit d788117

Please sign in to comment.