From 437cb851f16d60de510a3492a6982b7012fb793d Mon Sep 17 00:00:00 2001 From: weavejester Date: Sun, 4 Jul 2010 14:52:09 +0100 Subject: [PATCH] Release 0.2.4. --- project.clj | 12 ++++++------ ring-core/project.clj | 2 +- ring-devel/project.clj | 4 ++-- ring-httpcore-adapter/project.clj | 4 ++-- ring-jetty-adapter/project.clj | 6 +++--- ring-servlet/project.clj | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/project.clj b/project.clj index b095604f..9e81bc0d 100644 --- a/project.clj +++ b/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"]] diff --git a/ring-core/project.clj b/ring-core/project.clj index 0a41519a..58d9bd67 100644 --- a/ring-core/project.clj +++ b/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"] diff --git a/ring-devel/project.clj b/ring-devel/project.clj index 85e21e9a..81ebb528 100644 --- a/ring-devel/project.clj +++ b/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"]]) diff --git a/ring-httpcore-adapter/project.clj b/ring-httpcore-adapter/project.clj index d98a9254..34f509bd 100644 --- a/ring-httpcore-adapter/project.clj +++ b/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"]]) diff --git a/ring-jetty-adapter/project.clj b/ring-jetty-adapter/project.clj index 7f639aca..0f90ba49 100644 --- a/ring-jetty-adapter/project.clj +++ b/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"]]) diff --git a/ring-servlet/project.clj b/ring-servlet/project.clj index c289e1d8..f246525a 100644 --- a/ring-servlet/project.clj +++ b/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"]])