lein-release plugin: preparing 0.1.0 release

This commit is contained in:
Simon Brooke 2020-01-27 10:43:07 +00:00
parent 628847c1f4
commit 7c8b1f2fea

View file

@ -1,4 +1,4 @@
(defproject csv2edn "0.1.0-SNAPSHOT"
(defproject csv2edn "0.1.0"
:description "Simple command line utility to convert CSV files to EDN"
:url "http://example.com/FIXME"
:license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"
@ -8,7 +8,7 @@
[org.clojure/tools.cli "0.4.2"]]
:main ^:skip-aot csv2edn.core
:target-path "target/%s"
:plugins [[lein-codox "0.10.7-multilang"]
:plugins [[lein-codox "0.10.7"]
[lein-kibit "0.1.6"]
[lein-release "1.0.5"]]
:profiles {:uberjar {:aot :all}}