Skip to content

Commit

Permalink
Fix project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 18, 2012
1 parent 420cebf commit dd8d466
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions project.clj
Expand Up @@ -44,10 +44,4 @@
"sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots" "sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots"
:snapshots true :snapshots true
:releases {:checksum :fail :update :always}}} :releases {:checksum :fail :update :always}}}
:warn-on-reflection true :warn-on-reflection true)
:mailing-list {:name "clojure-riak"
:archive "https://groups.google.com/group/clojure-riak"
:post "clojure-riak@googlegroups.com"}
:plugins [[codox "0.6.1"]]
:codox {:sources ["src/clojure"]
:output-dir "doc/api"})

0 comments on commit dd8d466

Please sign in to comment.