From 98707902ea4187fe2c2db0a705e4b77efa0e6558 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Tue, 4 Sep 2018 19:21:07 +0300 Subject: [PATCH] Add :scm tags for clojars commit link --- modules/reitit-core/project.clj | 2 ++ modules/reitit-frontend/project.clj | 2 ++ modules/reitit-http/project.clj | 2 ++ modules/reitit-middleware/project.clj | 2 ++ modules/reitit-ring/project.clj | 2 ++ modules/reitit-schema/project.clj | 2 ++ modules/reitit-sieppari/project.clj | 2 ++ modules/reitit-spec/project.clj | 2 ++ modules/reitit-swagger-ui/project.clj | 2 ++ modules/reitit-swagger/project.clj | 2 ++ modules/reitit/project.clj | 2 ++ 11 files changed, 22 insertions(+) diff --git a/modules/reitit-core/project.clj b/modules/reitit-core/project.clj index 7883b092..05b335e0 100644 --- a/modules/reitit-core/project.clj +++ b/modules/reitit-core/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-frontend/project.clj b/modules/reitit-frontend/project.clj index c239801f..09cebc4a 100644 --- a/modules/reitit-frontend/project.clj +++ b/modules/reitit-frontend/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-http/project.clj b/modules/reitit-http/project.clj index a3514276..7ad3e0c2 100644 --- a/modules/reitit-http/project.clj +++ b/modules/reitit-http/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-middleware/project.clj b/modules/reitit-middleware/project.clj index 3b7bcd5a..9712b856 100644 --- a/modules/reitit-middleware/project.clj +++ b/modules/reitit-middleware/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-ring/project.clj b/modules/reitit-ring/project.clj index cf8dbb18..514be624 100644 --- a/modules/reitit-ring/project.clj +++ b/modules/reitit-ring/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-schema/project.clj b/modules/reitit-schema/project.clj index 3dc13f4d..9ecc2778 100644 --- a/modules/reitit-schema/project.clj +++ b/modules/reitit-schema/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-sieppari/project.clj b/modules/reitit-sieppari/project.clj index e342cacf..4912dc85 100644 --- a/modules/reitit-sieppari/project.clj +++ b/modules/reitit-sieppari/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-spec/project.clj b/modules/reitit-spec/project.clj index 2d026925..853f02d8 100644 --- a/modules/reitit-spec/project.clj +++ b/modules/reitit-spec/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-swagger-ui/project.clj b/modules/reitit-swagger-ui/project.clj index da61c974..10a50203 100644 --- a/modules/reitit-swagger-ui/project.clj +++ b/modules/reitit-swagger-ui/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-swagger/project.clj b/modules/reitit-swagger/project.clj index ad8920c5..754aff6b 100644 --- a/modules/reitit-swagger/project.clj +++ b/modules/reitit-swagger/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit/project.clj b/modules/reitit/project.clj index 74cb23f3..ed0c791a 100644 --- a/modules/reitit/project.clj +++ b/modules/reitit/project.clj @@ -3,6 +3,8 @@ :url "https://github.com/metosin/reitit" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" + :url "https://github.com/metosin/reitit"} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]}