From d4a4949ad01ad83c21db6c33e59cc02d2ba0d7bf Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Mon, 19 Feb 2018 22:03:30 +0200 Subject: [PATCH] 0.1.0 --- examples/just-coercion-with-ring/project.clj | 2 +- examples/ring-example/project.clj | 2 +- modules/reitit-core/project.clj | 2 +- modules/reitit-ring/project.clj | 2 +- modules/reitit-schema/project.clj | 2 +- modules/reitit-spec/project.clj | 2 +- modules/reitit/project.clj | 2 +- project.clj | 12 ++++++------ 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/just-coercion-with-ring/project.clj b/examples/just-coercion-with-ring/project.clj index 9e0c652d..77a971ee 100644 --- a/examples/just-coercion-with-ring/project.clj +++ b/examples/just-coercion-with-ring/project.clj @@ -3,4 +3,4 @@ :dependencies [[org.clojure/clojure "1.9.0"] [ring "1.6.3"] [metosin/muuntaja "0.4.1"] - [metosin/reitit "0.1.0-SNAPSHOT"]]) + [metosin/reitit "0.1.0"]]) diff --git a/examples/ring-example/project.clj b/examples/ring-example/project.clj index 1035eafa..2a46b31e 100644 --- a/examples/ring-example/project.clj +++ b/examples/ring-example/project.clj @@ -3,4 +3,4 @@ :dependencies [[org.clojure/clojure "1.9.0"] [ring "1.6.3"] [metosin/muuntaja "0.4.1"] - [metosin/reitit "0.1.0-SNAPSHOT"]]) + [metosin/reitit "0.1.0"]]) diff --git a/modules/reitit-core/project.clj b/modules/reitit-core/project.clj index b2017f3e..67b52b30 100644 --- a/modules/reitit-core/project.clj +++ b/modules/reitit-core/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-core "0.1.0-SNAPSHOT" +(defproject metosin/reitit-core "0.1.0" :description "Snappy data-driven router for Clojure(Script)" :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 289073f0..7a38772c 100644 --- a/modules/reitit-ring/project.clj +++ b/modules/reitit-ring/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-ring "0.1.0-SNAPSHOT" +(defproject metosin/reitit-ring "0.1.0" :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 c6c2de17..a71566f7 100644 --- a/modules/reitit-schema/project.clj +++ b/modules/reitit-schema/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-schema "0.1.0-SNAPSHOT" +(defproject metosin/reitit-schema "0.1.0" :description "Reitit: Plumatic Schema coercion" :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 e8613cdf..34678751 100644 --- a/modules/reitit-spec/project.clj +++ b/modules/reitit-spec/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-spec "0.1.0-SNAPSHOT" +(defproject metosin/reitit-spec "0.1.0" :description "Reitit: clojure.spec coercion" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" diff --git a/modules/reitit/project.clj b/modules/reitit/project.clj index 6ac2562b..9b4af0af 100644 --- a/modules/reitit/project.clj +++ b/modules/reitit/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit "0.1.0-SNAPSHOT" +(defproject metosin/reitit "0.1.0" :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 51dec987..debf8fdc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/reitit-parent "0.1.0-SNAPSHOT" +(defproject metosin/reitit-parent "0.1.0" :description "Snappy data-driven router for Clojure(Script)" :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" @@ -9,11 +9,11 @@ :source-uri "https://github.com/metosin/reitit/{version}/{filepath}#L{line}" :metadata {:doc/format :markdown}} - :managed-dependencies [[metosin/reitit "0.1.0-SNAPSHOT"] - [metosin/reitit-core "0.1.0-SNAPSHOT"] - [metosin/reitit-ring "0.1.0-SNAPSHOT"] - [metosin/reitit-spec "0.1.0-SNAPSHOT"] - [metosin/reitit-schema "0.1.0-SNAPSHOT"] + :managed-dependencies [[metosin/reitit "0.1.0"] + [metosin/reitit-core "0.1.0"] + [metosin/reitit-ring "0.1.0"] + [metosin/reitit-spec "0.1.0"] + [metosin/reitit-schema "0.1.0"] [meta-merge "1.0.0"] [metosin/spec-tools "0.6.1"]