From fd55b989af96a97e81032d2f677ff8accb3c5d57 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 8 Sep 2017 16:33:14 +0100 Subject: [PATCH] Added signing key detail to project.clj, to see if that will get lein release working --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9c641b0..ecdc09d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clojars.simon_brooke/internationalisation "1.0.3" +(defproject org.clojars.simon_brooke/internationalisation "1.0.3-SNAPSHOT" :description "Internationalisation library for Clojure" :url "https://github.com/simon-brooke/internationalisation" :license {:name "Eclipse Public License" @@ -9,4 +9,5 @@ :plugins [[lein-codox "0.10.3"]] :profiles {:dev {:resource-paths ["resources"]}} :lein-release {:deploy-via :clojars} + :signing {:gpg-key "Simon Brooke (Stultus in monte) "} )