no code signing
This commit is contained in:
parent
ff01d5d725
commit
7f1202ac20
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject dda/mastodon-bot "1.10.5"
|
(defproject dda/mastodon-bot "1.10.6"
|
||||||
:description "Bot to publish twitter, tumblr or rss posts to an mastodon account."
|
:description "Bot to publish twitter, tumblr or rss posts to an mastodon account."
|
||||||
:url "https://github.com/yogthos/mastodon-bot"
|
:url "https://github.com/yogthos/mastodon-bot"
|
||||||
:author "Dmitri Sotnikov"
|
:author "Dmitri Sotnikov"
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
:resource-paths ["src/main/resources"]
|
:resource-paths ["src/main/resources"]
|
||||||
:repositories [["snapshots" :clojars]
|
:repositories [["snapshots" :clojars]
|
||||||
["releases" :clojars]]
|
["releases" :clojars]]
|
||||||
:deploy-repositories [["snapshots" :clojars]
|
:deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org"}]
|
||||||
["releases" :clojars]]
|
["snapshots" {:sign-releases false :url "https://clojars.org"}]]
|
||||||
:profiles {:test {:test-paths ["src/test/cljc"]
|
:profiles {:test {:test-paths ["src/test/cljc"]
|
||||||
:resource-paths ["src/test/resources"]
|
:resource-paths ["src/test/resources"]
|
||||||
:dependencies []}})
|
:dependencies []}})
|
||||||
|
|
Reference in a new issue