tailrecursion / ring-proxy

HTTP proxy ring middleware for Clojure web applications.
47 stars 14 forks source link

Push non-snapshot version to clojars.org #9

Open brendanyounger opened 10 years ago

brendanyounger commented 10 years ago

Building an uberjar with lein uberjar fails when one of the libraries is a snapshot. It would be great if there were a non-snapshot version available on clojars.org.

AeroNotix commented 10 years ago

LEIN_SNAPSHOTS_IN_RELEASE = 1 before you run lein uberjar is a workaround for that.

AeroNotix commented 10 years ago

@tailrecursion/owners do you have any qualms with me doing a release?

micha commented 10 years ago

@AeroNotix Thanks, please do!