update project.clj
i don't need a bunch of this stuff in this fork. no sense keeping it around (can re-add later if need-be)
This commit is contained in:
parent
1d42cd4c2e
commit
93617a4857
42
project.clj
42
project.clj
|
@ -1,35 +1,21 @@
|
||||||
(defproject kirasystems/views "1.4.9-SNAPSHOT"
|
(defproject gered/views "1.5-SNAPSHOT"
|
||||||
:description "A view to the past helps navigate the future."
|
:description "A view to the past helps navigate the future."
|
||||||
|
:url "https://github.com/gered/views"
|
||||||
|
|
||||||
:url "https://github.com/kirasystems/views"
|
:license {:name "MIT License"
|
||||||
|
:url "http://opensource.org/licenses/MIT"}
|
||||||
:license {:name "MIT License"
|
|
||||||
:url "http://opensource.org/licenses/MIT"}
|
|
||||||
|
|
||||||
:repositories [["releases" {:url "https://clojars.org/repo"
|
|
||||||
:sign-releases false
|
|
||||||
:username :env
|
|
||||||
:password :env}]]
|
|
||||||
|
|
||||||
:dependencies [[org.clojure/tools.logging "0.3.1"]
|
:dependencies [[org.clojure/tools.logging "0.3.1"]
|
||||||
[clj-logging-config "1.9.12"]
|
|
||||||
[prismatic/plumbing "0.5.3"]
|
[prismatic/plumbing "0.5.3"]
|
||||||
[pjstadig/humane-test-output "0.8.0"]]
|
[pjstadig/humane-test-output "0.8.0"]]
|
||||||
|
|
||||||
:profiles {:dev {:dependencies [[org.clojure/clojure "1.7.0"]]}
|
:profiles {:provided
|
||||||
:test {:dependencies [[org.clojure/tools.nrepl "0.2.12"]
|
{:dependencies
|
||||||
[org.clojure/data.generators "0.1.2"]]
|
[[org.clojure/clojure "1.8.0"]]}
|
||||||
|
|
||||||
:injections [(require 'pjstadig.humane-test-output)
|
:test
|
||||||
(pjstadig.humane-test-output/activate!)]}}
|
{:dependencies
|
||||||
|
[[pjstadig/humane-test-output "0.8.0"]]
|
||||||
:plugins [[lein-ancient "0.6.10"]
|
:injections
|
||||||
[lein-environ "1.0.3"]]
|
[(require 'pjstadig.humane-test-output)
|
||||||
|
(pjstadig.humane-test-output/activate!)]}})
|
||||||
:release-tasks [["vcs" "assert-committed"]
|
|
||||||
["change" "version" "leiningen.release/bump-version" "release"]
|
|
||||||
["vcs" "commit"]
|
|
||||||
["vcs" "tag" "--no-sign"]
|
|
||||||
["change" "version" "leiningen.release/bump-version"]
|
|
||||||
["vcs" "commit"]
|
|
||||||
["vcs" "push"]])
|
|
||||||
|
|
Loading…
Reference in a new issue