Permalink
Browse files

Depend on stable libraries.

  • Loading branch information...
1 parent b9137d7 commit f3bead5ffc5071d74cfef33b0ed62da491d8c622 @mmcgrana committed Mar 7, 2010
View
2 ring-core/project.clj
@@ -7,4 +7,4 @@
[commons-io "1.4"]
[commons-fileupload "1.2.1"]
[org.mortbay.jetty/servlet-api-2.5 "6.1.14"]]
- :dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])
+ :dev-dependencies [[org.clojars.mmcgrana/lein-clojars "0.5.0"]])
View
4 ring-devel/project.clj
@@ -2,6 +2,6 @@
:description "Ring development and debugging libraries."
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.0-SNAPSHOT"]
- [clj-html "0.1.0-SNAPSHOT"]
+ [clj-html "0.1.0"]
[clj-stacktrace "0.1.0"]]
- :dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])
+ :dev-dependencies [[org.clojars.mmcgrana/lein-clojars "0.5.0"]])
View
2 ring-httpcore-adapter/project.clj
@@ -4,4 +4,4 @@
:dependencies [[ring/ring-core "0.2.0-SNAPSHOT"]
[org.apache.httpcomponents/httpcore "4.0.1"]
[org.apache.httpcomponents/httpcore-nio "4.0.1"]]
- :dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])
+ :dev-dependencies [[org.clojars.mmcgrana/lein-clojars "0.5.0"]])
View
2 ring-jetty-adapter/project.clj
@@ -5,4 +5,4 @@
[ring/ring-servlet "0.2.0-SNAPSHOT"]
[org.mortbay.jetty/jetty "6.1.14"]
[org.mortbay.jetty/jetty-util "6.1.14"]]
- :dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])
+ :dev-dependencies [[org.clojars.mmcgrana/lein-clojars "0.5.0"]])
View
2 ring-servlet/project.clj
@@ -3,4 +3,4 @@
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.0-SNAPSHOT"]
[org.mortbay.jetty/servlet-api-2.5 "6.1.14"]]
- :dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])
+ :dev-dependencies [[org.clojars.mmcgrana/lein-clojars "0.5.0"]])

0 comments on commit f3bead5

Please sign in to comment.