Skip to content

Commit

Permalink
0.5.16-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Feb 14, 2022
1 parent 2f31f65 commit 0a872d8
Show file tree
Hide file tree
Showing 33 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion examples/buddy-auth/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
6 changes: 3 additions & 3 deletions examples/frontend-auth/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]

Expand Down
6 changes: 3 additions & 3 deletions examples/frontend-controllers/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]

Expand Down
6 changes: 3 additions & 3 deletions examples/frontend-links/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]

Expand Down
6 changes: 3 additions & 3 deletions examples/frontend-prompt/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]

Expand Down
2 changes: 1 addition & 1 deletion examples/frontend-re-frame/project.clj
Original file line number Diff line number Diff line change
@@ -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"]]

Expand Down
6 changes: 3 additions & 3 deletions examples/frontend/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]

Expand Down
2 changes: 1 addition & 1 deletion examples/http-swagger/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
2 changes: 1 addition & 1 deletion examples/http/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
2 changes: 1 addition & 1 deletion examples/just-coercion-with-ring/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]])
4 changes: 2 additions & 2 deletions examples/pedestal-swagger/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
4 changes: 2 additions & 2 deletions examples/pedestal/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
2 changes: 1 addition & 1 deletion examples/ring-example/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
2 changes: 1 addition & 1 deletion examples/ring-integrant/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion examples/ring-malli-swagger/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]}})
2 changes: 1 addition & 1 deletion examples/ring-spec-swagger/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]}})
2 changes: 1 addition & 1 deletion examples/ring-swagger/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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})
2 changes: 1 addition & 1 deletion modules/reitit-core/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-dev/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-frontend/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-http/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-interceptors/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-malli/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-middleware/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-pedestal/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-ring/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-schema/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-sieppari/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-spec/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-swagger-ui/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit-swagger/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/reitit/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
32 changes: 16 additions & 16 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit 0a872d8

Please sign in to comment.