leiningen/project.clj

28 lines
1.1 KiB
Clojure
Raw Normal View History

;; This is Leiningen's own project configuration. See doc/TUTORIAL.md
;; file as well as sample.project.clj for help writing your own.
2011-07-16 21:50:16 +00:00
(defproject leiningen "2.0.0-SNAPSHOT"
:description "Automate Clojure projects without setting your hair on fire."
2010-12-03 02:16:16 +00:00
:url "https://github.com/technomancy/leiningen"
2012-02-09 06:55:48 +00:00
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[leiningen-core "2.0.0-SNAPSHOT"]
2011-07-06 16:05:09 +00:00
[clucy "0.2.2"]
[useful "0.7.6-alpha1"]
[lein-newnew "0.2.2"]
2012-02-12 00:23:42 +00:00
[reply "0.1.0-alpha1"]
[org.clojars.ninjudd/data.xml "0.0.1-20110809.143608-1"]]
:test-selectors {:default (complement :busted)}
2010-10-26 01:54:37 +00:00
:eval-in-leiningen true)
;;; Release Checklist
;; * update NEWS, bin/lein, bin/lein.bat, project.clj, pom
;; * rm -rf lib classes, compile :all, generate uberjar, upload
;; * test self-install
;; * git tag
;; * push, push tags, update stable branch
;; * announce on mailing list
;; * bump version numbers (bin/lein, bin/lein.bat, project.clj)
;; * regenerate pom.xml