Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Don't use lein release
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Aug 6, 2015
1 parent 2a7657a commit 2c65a05
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions project.clj
Expand Up @@ -11,14 +11,6 @@
[cheshire "5.5.0"]
[org.mortbay.jetty/jetty "6.1.25"]]
:deploy-repositories [["releases" :clojars]]
:release-tasks [["vcs" "assert-committed"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag" "v"]
["deploy"]
["change" "version" "leiningen.release/bump-version"]
["vcs" "commit"]
["vcs" "push"]]
:jar-exclusions [#".*\.html" #"^public/"]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/tools.reader "0.10.0-alpha3"]
Expand Down

0 comments on commit 2c65a05

Please sign in to comment.