diff --git a/examples/buddy-auth/project.clj b/examples/buddy-auth/project.clj index 237773a6..8908b248 100644 --- a/examples/buddy-auth/project.clj +++ b/examples/buddy-auth/project.clj @@ -2,6 +2,6 @@ :description "Reitit Buddy Auth App" :dependencies [[org.clojure/clojure "1.10.1"] [ring/ring-jetty-adapter "1.8.1"] - [metosin/reitit "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] [buddy "2.0.0"]] :repl-options {:init-ns example.server}) diff --git a/examples/frontend-auth/project.clj b/examples/frontend-auth/project.clj index a5b3bf58..e40af026 100644 --- a/examples/frontend-auth/project.clj +++ b/examples/frontend-auth/project.clj @@ -10,9 +10,9 @@ [ring "1.7.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.439"] - [metosin/reitit "0.5.15"] - [metosin/reitit-schema "0.5.15"] - [metosin/reitit-frontend "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] + [metosin/reitit-schema "0.5.16-SNAPSHOT"] + [metosin/reitit-frontend "0.5.16-SNAPSHOT"] ;; Just for pretty printting the match [fipp "0.6.14"]] diff --git a/examples/frontend-controllers/project.clj b/examples/frontend-controllers/project.clj index a5b3bf58..e40af026 100644 --- a/examples/frontend-controllers/project.clj +++ b/examples/frontend-controllers/project.clj @@ -10,9 +10,9 @@ [ring "1.7.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.439"] - [metosin/reitit "0.5.15"] - [metosin/reitit-schema "0.5.15"] - [metosin/reitit-frontend "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] + [metosin/reitit-schema "0.5.16-SNAPSHOT"] + [metosin/reitit-frontend "0.5.16-SNAPSHOT"] ;; Just for pretty printting the match [fipp "0.6.14"]] diff --git a/examples/frontend-links/project.clj b/examples/frontend-links/project.clj index c48b8ec5..f3063c57 100644 --- a/examples/frontend-links/project.clj +++ b/examples/frontend-links/project.clj @@ -10,9 +10,9 @@ [ring "1.7.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.520"] - [metosin/reitit "0.5.15"] - [metosin/reitit-spec "0.5.15"] - [metosin/reitit-frontend "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] + [metosin/reitit-spec "0.5.16-SNAPSHOT"] + [metosin/reitit-frontend "0.5.16-SNAPSHOT"] ;; Just for pretty printting the match [fipp "0.6.14"]] diff --git a/examples/frontend-prompt/project.clj b/examples/frontend-prompt/project.clj index c48b8ec5..f3063c57 100644 --- a/examples/frontend-prompt/project.clj +++ b/examples/frontend-prompt/project.clj @@ -10,9 +10,9 @@ [ring "1.7.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.520"] - [metosin/reitit "0.5.15"] - [metosin/reitit-spec "0.5.15"] - [metosin/reitit-frontend "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] + [metosin/reitit-spec "0.5.16-SNAPSHOT"] + [metosin/reitit-frontend "0.5.16-SNAPSHOT"] ;; Just for pretty printting the match [fipp "0.6.14"]] diff --git a/examples/frontend-re-frame/project.clj b/examples/frontend-re-frame/project.clj index 694ede82..0c997ef5 100644 --- a/examples/frontend-re-frame/project.clj +++ b/examples/frontend-re-frame/project.clj @@ -1,7 +1,7 @@ (defproject frontend-re-frame "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.10.0"] [org.clojure/clojurescript "1.10.520"] - [metosin/reitit "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] [reagent "0.8.1"] [re-frame "0.10.6"]] diff --git a/examples/frontend/project.clj b/examples/frontend/project.clj index 75f999b0..0f2a5eb6 100644 --- a/examples/frontend/project.clj +++ b/examples/frontend/project.clj @@ -10,9 +10,9 @@ [ring "1.8.1"] [hiccup "1.0.5"] [org.clojure/clojurescript "1.10.773"] - [metosin/reitit "0.5.15"] - [metosin/reitit-spec "0.5.15"] - [metosin/reitit-frontend "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] + [metosin/reitit-spec "0.5.16-SNAPSHOT"] + [metosin/reitit-frontend "0.5.16-SNAPSHOT"] ;; Just for pretty printting the match [fipp "0.6.23"]] diff --git a/examples/http-swagger/project.clj b/examples/http-swagger/project.clj index 6a99a2e2..d2a2ec55 100644 --- a/examples/http-swagger/project.clj +++ b/examples/http-swagger/project.clj @@ -3,5 +3,5 @@ :dependencies [[org.clojure/clojure "1.10.0"] [ring/ring-jetty-adapter "1.7.1"] [aleph "0.4.7-alpha5"] - [metosin/reitit "0.5.15"]] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/http/project.clj b/examples/http/project.clj index 5484918a..13cb9115 100644 --- a/examples/http/project.clj +++ b/examples/http/project.clj @@ -5,5 +5,5 @@ [funcool/promesa "1.9.0"] [manifold "0.1.8"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"]] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/just-coercion-with-ring/project.clj b/examples/just-coercion-with-ring/project.clj index c339536c..da8d5aa0 100644 --- a/examples/just-coercion-with-ring/project.clj +++ b/examples/just-coercion-with-ring/project.clj @@ -2,4 +2,4 @@ :description "Reitit coercion with vanilla ring" :dependencies [[org.clojure/clojure "1.10.0"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"]]) + [metosin/reitit "0.5.16-SNAPSHOT"]]) diff --git a/examples/pedestal-swagger/project.clj b/examples/pedestal-swagger/project.clj index 876382fd..89860540 100644 --- a/examples/pedestal-swagger/project.clj +++ b/examples/pedestal-swagger/project.clj @@ -3,6 +3,6 @@ :dependencies [[org.clojure/clojure "1.10.0"] [io.pedestal/pedestal.service "0.5.5"] [io.pedestal/pedestal.jetty "0.5.5"] - [metosin/reitit-pedestal "0.5.15"] - [metosin/reitit "0.5.15"]] + [metosin/reitit-pedestal "0.5.16-SNAPSHOT"] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/pedestal/project.clj b/examples/pedestal/project.clj index 876382fd..89860540 100644 --- a/examples/pedestal/project.clj +++ b/examples/pedestal/project.clj @@ -3,6 +3,6 @@ :dependencies [[org.clojure/clojure "1.10.0"] [io.pedestal/pedestal.service "0.5.5"] [io.pedestal/pedestal.jetty "0.5.5"] - [metosin/reitit-pedestal "0.5.15"] - [metosin/reitit "0.5.15"]] + [metosin/reitit-pedestal "0.5.16-SNAPSHOT"] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/ring-example/project.clj b/examples/ring-example/project.clj index 99ed61b4..b4bcd759 100644 --- a/examples/ring-example/project.clj +++ b/examples/ring-example/project.clj @@ -2,5 +2,5 @@ :description "Reitit Ring App" :dependencies [[org.clojure/clojure "1.10.0"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"]] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/examples/ring-integrant/project.clj b/examples/ring-integrant/project.clj index e66dd45f..30020485 100644 --- a/examples/ring-integrant/project.clj +++ b/examples/ring-integrant/project.clj @@ -2,7 +2,7 @@ :description "Reitit Ring App with Integrant" :dependencies [[org.clojure/clojure "1.10.1"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"] + [metosin/reitit "0.5.16-SNAPSHOT"] [integrant "0.7.0"]] :main example.server :repl-options {:init-ns user} diff --git a/examples/ring-malli-swagger/project.clj b/examples/ring-malli-swagger/project.clj index 9a0d997e..9c16ad1c 100644 --- a/examples/ring-malli-swagger/project.clj +++ b/examples/ring-malli-swagger/project.clj @@ -3,6 +3,6 @@ :dependencies [[org.clojure/clojure "1.10.0"] [metosin/jsonista "0.2.6"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"]] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server} :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) diff --git a/examples/ring-spec-swagger/project.clj b/examples/ring-spec-swagger/project.clj index aa7103f0..d7a2c84e 100644 --- a/examples/ring-spec-swagger/project.clj +++ b/examples/ring-spec-swagger/project.clj @@ -2,6 +2,6 @@ :description "Reitit Ring App with Swagger" :dependencies [[org.clojure/clojure "1.10.0"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"]] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server} :profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) diff --git a/examples/ring-swagger/project.clj b/examples/ring-swagger/project.clj index 135fc565..c18e2538 100644 --- a/examples/ring-swagger/project.clj +++ b/examples/ring-swagger/project.clj @@ -2,5 +2,5 @@ :description "Reitit Ring App with Swagger" :dependencies [[org.clojure/clojure "1.10.0"] [ring/ring-jetty-adapter "1.7.1"] - [metosin/reitit "0.5.15"]] + [metosin/reitit "0.5.16-SNAPSHOT"]] :repl-options {:init-ns example.server}) diff --git a/modules/reitit-core/project.clj b/modules/reitit-core/project.clj index 1030a3c6..19bdf9c7 100644 --- a/modules/reitit-core/project.clj +++ b/modules/reitit-core/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-core "0.5.15" +(defproject metosin/reitit-core "0.5.16-SNAPSHOT" :description "Snappy data-driven router for Clojure(Script)" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-dev/project.clj b/modules/reitit-dev/project.clj index 507b0204..16942fb8 100644 --- a/modules/reitit-dev/project.clj +++ b/modules/reitit-dev/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-dev "0.5.15" +(defproject metosin/reitit-dev "0.5.16-SNAPSHOT" :description "Snappy data-driven router for Clojure(Script)" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-frontend/project.clj b/modules/reitit-frontend/project.clj index 84f02bc4..cc8c86cd 100644 --- a/modules/reitit-frontend/project.clj +++ b/modules/reitit-frontend/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-frontend "0.5.15" +(defproject metosin/reitit-frontend "0.5.16-SNAPSHOT" :description "Reitit: Clojurescript frontend routing core" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-http/project.clj b/modules/reitit-http/project.clj index c4aa584b..abf5c8fd 100644 --- a/modules/reitit-http/project.clj +++ b/modules/reitit-http/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-http "0.5.15" +(defproject metosin/reitit-http "0.5.16-SNAPSHOT" :description "Reitit: HTTP routing with interceptors" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-interceptors/project.clj b/modules/reitit-interceptors/project.clj index 00c326f4..05411dac 100644 --- a/modules/reitit-interceptors/project.clj +++ b/modules/reitit-interceptors/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-interceptors "0.5.15" +(defproject metosin/reitit-interceptors "0.5.16-SNAPSHOT" :description "Reitit, common interceptors bundled" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-malli/project.clj b/modules/reitit-malli/project.clj index 6c456fd4..65e1fc64 100644 --- a/modules/reitit-malli/project.clj +++ b/modules/reitit-malli/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-malli "0.5.15" +(defproject metosin/reitit-malli "0.5.16-SNAPSHOT" :description "Reitit: Malli coercion" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-middleware/project.clj b/modules/reitit-middleware/project.clj index 9c52873d..e825dca0 100644 --- a/modules/reitit-middleware/project.clj +++ b/modules/reitit-middleware/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-middleware "0.5.15" +(defproject metosin/reitit-middleware "0.5.16-SNAPSHOT" :description "Reitit, common middleware bundled" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-pedestal/project.clj b/modules/reitit-pedestal/project.clj index b913876e..80ffccea 100644 --- a/modules/reitit-pedestal/project.clj +++ b/modules/reitit-pedestal/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-pedestal "0.5.15" +(defproject metosin/reitit-pedestal "0.5.16-SNAPSHOT" :description "Reitit + Pedestal Integration" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-ring/project.clj b/modules/reitit-ring/project.clj index 66c54555..99f863c4 100644 --- a/modules/reitit-ring/project.clj +++ b/modules/reitit-ring/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-ring "0.5.15" +(defproject metosin/reitit-ring "0.5.16-SNAPSHOT" :description "Reitit: Ring routing" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-schema/project.clj b/modules/reitit-schema/project.clj index e822fbb9..0ba7a789 100644 --- a/modules/reitit-schema/project.clj +++ b/modules/reitit-schema/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-schema "0.5.15" +(defproject metosin/reitit-schema "0.5.16-SNAPSHOT" :description "Reitit: Plumatic Schema coercion" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-sieppari/project.clj b/modules/reitit-sieppari/project.clj index 996aa6a1..36925423 100644 --- a/modules/reitit-sieppari/project.clj +++ b/modules/reitit-sieppari/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-sieppari "0.5.15" +(defproject metosin/reitit-sieppari "0.5.16-SNAPSHOT" :description "Reitit: Sieppari Interceptors" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-spec/project.clj b/modules/reitit-spec/project.clj index 78d8b4af..983af588 100644 --- a/modules/reitit-spec/project.clj +++ b/modules/reitit-spec/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-spec "0.5.15" +(defproject metosin/reitit-spec "0.5.16-SNAPSHOT" :description "Reitit: clojure.spec coercion" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-swagger-ui/project.clj b/modules/reitit-swagger-ui/project.clj index edbe8789..94ecb68b 100644 --- a/modules/reitit-swagger-ui/project.clj +++ b/modules/reitit-swagger-ui/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-swagger-ui "0.5.15" +(defproject metosin/reitit-swagger-ui "0.5.16-SNAPSHOT" :description "Reitit: Swagger-ui support" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit-swagger/project.clj b/modules/reitit-swagger/project.clj index 4178a895..ee608d13 100644 --- a/modules/reitit-swagger/project.clj +++ b/modules/reitit-swagger/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-swagger "0.5.15" +(defproject metosin/reitit-swagger "0.5.16-SNAPSHOT" :description "Reitit: Swagger-support" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit/project.clj b/modules/reitit/project.clj index 525c96b2..2188f302 100644 --- a/modules/reitit/project.clj +++ b/modules/reitit/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit "0.5.15" +(defproject metosin/reitit "0.5.16-SNAPSHOT" :description "Snappy data-driven router for Clojure(Script)" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/project.clj b/project.clj index 9434d85d..88b19bec 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-parent "0.5.15" +(defproject metosin/reitit-parent "0.5.16-SNAPSHOT" :description "Snappy data-driven router for Clojure(Script)" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" @@ -12,21 +12,21 @@ :url "https://github.com/metosin/reitit"} ;; TODO: need to verify that the code actually worked with Java1.8, see #242 :javac-options ["-Xlint:unchecked" "-target" "1.8" "-source" "1.8"] - :managed-dependencies [[metosin/reitit "0.5.15"] - [metosin/reitit-core "0.5.15"] - [metosin/reitit-dev "0.5.15"] - [metosin/reitit-spec "0.5.15"] - [metosin/reitit-malli "0.5.15"] - [metosin/reitit-schema "0.5.15"] - [metosin/reitit-ring "0.5.15"] - [metosin/reitit-middleware "0.5.15"] - [metosin/reitit-http "0.5.15"] - [metosin/reitit-interceptors "0.5.15"] - [metosin/reitit-swagger "0.5.15"] - [metosin/reitit-swagger-ui "0.5.15"] - [metosin/reitit-frontend "0.5.15"] - [metosin/reitit-sieppari "0.5.15"] - [metosin/reitit-pedestal "0.5.15"] + :managed-dependencies [[metosin/reitit "0.5.16-SNAPSHOT"] + [metosin/reitit-core "0.5.16-SNAPSHOT"] + [metosin/reitit-dev "0.5.16-SNAPSHOT"] + [metosin/reitit-spec "0.5.16-SNAPSHOT"] + [metosin/reitit-malli "0.5.16-SNAPSHOT"] + [metosin/reitit-schema "0.5.16-SNAPSHOT"] + [metosin/reitit-ring "0.5.16-SNAPSHOT"] + [metosin/reitit-middleware "0.5.16-SNAPSHOT"] + [metosin/reitit-http "0.5.16-SNAPSHOT"] + [metosin/reitit-interceptors "0.5.16-SNAPSHOT"] + [metosin/reitit-swagger "0.5.16-SNAPSHOT"] + [metosin/reitit-swagger-ui "0.5.16-SNAPSHOT"] + [metosin/reitit-frontend "0.5.16-SNAPSHOT"] + [metosin/reitit-sieppari "0.5.16-SNAPSHOT"] + [metosin/reitit-pedestal "0.5.16-SNAPSHOT"] [metosin/ring-swagger-ui "4.3.0"] [metosin/spec-tools "0.10.5"] [metosin/schema-tools "0.12.3"]