Skip to content

Commit

Permalink
Release 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jul 4, 2010
1 parent 0e31fa5 commit 437cb85
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions project.clj
@@ -1,12 +1,12 @@
(defproject ring "0.2.3"
(defproject ring "0.2.4"
:description "A Clojure web applications library."
:url "http://github.com/mmcgrana/ring"
:dependencies
[[ring/ring-core "0.2.3"]
[ring/ring-devel "0.2.3"]
[ring/ring-httpcore-adapter "0.2.3"]
[ring/ring-jetty-adapter "0.2.3"]
[ring/ring-servlet "0.2.3"]]
[[ring/ring-core "0.2.4"]
[ring/ring-devel "0.2.4"]
[ring/ring-httpcore-adapter "0.2.4"]
[ring/ring-jetty-adapter "0.2.4"]
[ring/ring-servlet "0.2.4"]]
:dev-dependencies
[[autodoc "0.7.0"]
[lein-clojars "0.5.0"]]
Expand Down
2 changes: 1 addition & 1 deletion ring-core/project.clj
@@ -1,4 +1,4 @@
(defproject ring/ring-core "0.2.3"
(defproject ring/ring-core "0.2.4"
:description "Ring core libraries."
:url "http://github.com/mmcgrana/ring"
:dependencies [[org.clojure/clojure "1.1.0"]
Expand Down
4 changes: 2 additions & 2 deletions ring-devel/project.clj
@@ -1,7 +1,7 @@
(defproject ring/ring-devel "0.2.3"
(defproject ring/ring-devel "0.2.4"
:description "Ring development and debugging libraries."
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.3"]
:dependencies [[ring/ring-core "0.2.4"]
[hiccup "0.2.6"]
[clj-stacktrace "0.1.0"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
4 changes: 2 additions & 2 deletions ring-httpcore-adapter/project.clj
@@ -1,7 +1,7 @@
(defproject ring/ring-httpcore-adapter "0.2.3"
(defproject ring/ring-httpcore-adapter "0.2.4"
:description "Ring HttpCore adapter."
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.3"]
:dependencies [[ring/ring-core "0.2.4"]
[org.apache.httpcomponents/httpcore "4.0.1"]
[org.apache.httpcomponents/httpcore-nio "4.0.1"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
6 changes: 3 additions & 3 deletions ring-jetty-adapter/project.clj
@@ -1,8 +1,8 @@
(defproject ring/ring-jetty-adapter "0.2.3"
(defproject ring/ring-jetty-adapter "0.2.4"
:description "Ring Jetty adapter."
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.3"]
[ring/ring-servlet "0.2.3"]
:dependencies [[ring/ring-core "0.2.4"]
[ring/ring-servlet "0.2.4"]
[org.mortbay.jetty/jetty "6.1.14"]
[org.mortbay.jetty/jetty-util "6.1.14"]]
:dev-dependencies [[lein-clojars "0.5.0"]])
4 changes: 2 additions & 2 deletions ring-servlet/project.clj
@@ -1,6 +1,6 @@
(defproject ring/ring-servlet "0.2.3"
(defproject ring/ring-servlet "0.2.4"
:description "Ring servlet utilities."
:url "http://github.com/mmcgrana/ring"
:dependencies [[ring/ring-core "0.2.3"]
:dependencies [[ring/ring-core "0.2.4"]
[javax.servlet/servlet-api "2.5"]]
:dev-dependencies [[lein-clojars "0.5.0"]])

0 comments on commit 437cb85

Please sign in to comment.