Merge pull request #911 from hugoduncan/feature/central-is-release-only

Disable snapshots from maven central
This commit is contained in:
Phil Hagelberg 2013-01-09 14:07:25 -08:00
commit bfc24c3486

View file

@ -127,7 +127,7 @@
(def default-repositories
(with-meta
[["central" {:url "http://repo1.maven.org/maven2/"}]
[["central" {:url "http://repo1.maven.org/maven2/" :snapshots false}]
["clojars" {:url "https://clojars.org/repo/"}]]
{:reduce add-repo}))