diff --git a/lein-s3-sync/project.clj b/lein-s3-sync/project.clj index a0732ad..10fed51 100644 --- a/lein-s3-sync/project.clj +++ b/lein-s3-sync/project.clj @@ -1,4 +1,4 @@ -(defproject lein-s3-sync "0.5.1" +(defproject lein-s3-sync "0.5.3" :description "Sync local folders to s3" :url "http://github.com/kanej/lein-s3-sync" :license {:name "Eclipse Public License" @@ -6,7 +6,8 @@ :scm {:name "git" :url "http://github.com/kanej/lein-s3-sync" :dir ".."} - :dependencies [[me.kanej/s3-sync "0.5.1-SNAPSHOT"]] + :deploy-repositories [["clojars" {:sign-releases false}]] + :dependencies [[me.kanej/s3-sync "0.5.3"]] :test-selectors {:default (complement :integration) :integration :integration :all (constantly true)} diff --git a/s3-sync/project.clj b/s3-sync/project.clj index a5518ec..13631e5 100644 --- a/s3-sync/project.clj +++ b/s3-sync/project.clj @@ -1,4 +1,4 @@ -(defproject me.kanej/s3-sync "0.5.1" +(defproject me.kanej/s3-sync "0.5.3" :description "Library for syncing local folders to s3" :url "http://github.com/kanej/lein-s3-sync" :license {:name "Eclipse Public License" @@ -6,6 +6,7 @@ :scm {:name "git" :url "http://github.com/kanej/lein-s3-sync" :dir ".."} + :deploy-repositories [["clojars" {:sign-releases false}]] :dependencies [[org.clojure/clojure "1.10.1"] [clj-aws-s3 "0.3.6"] [digest "1.4.9"]]