From 680414a2095777323640442950229d03d1348ca3 Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Fri, 1 Mar 2019 13:20:43 +0200 Subject: [PATCH] Point each project.clj to the git directory This way the released JARs should include the git commit they were built from. --- modules/reitit-core/project.clj | 3 ++- modules/reitit-frontend/project.clj | 3 ++- modules/reitit-http/project.clj | 3 ++- modules/reitit-interceptors/project.clj | 3 ++- modules/reitit-middleware/project.clj | 3 ++- modules/reitit-pedestal/project.clj | 3 ++- modules/reitit-ring/project.clj | 3 ++- modules/reitit-schema/project.clj | 3 ++- modules/reitit-sieppari/project.clj | 3 ++- modules/reitit-spec/project.clj | 3 ++- modules/reitit-swagger-ui/project.clj | 3 ++- modules/reitit-swagger/project.clj | 3 ++- modules/reitit/project.clj | 3 ++- 13 files changed, 26 insertions(+), 13 deletions(-) diff --git a/modules/reitit-core/project.clj b/modules/reitit-core/project.clj index afcb84b8..a5fad58d 100644 --- a/modules/reitit-core/project.clj +++ b/modules/reitit-core/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 c1b7dbaa..5803314c 100644 --- a/modules/reitit-frontend/project.clj +++ b/modules/reitit-frontend/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 fb5b7e97..ae585607 100644 --- a/modules/reitit-http/project.clj +++ b/modules/reitit-http/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-interceptors/project.clj b/modules/reitit-interceptors/project.clj index b2f20057..79a1b9e6 100644 --- a/modules/reitit-interceptors/project.clj +++ b/modules/reitit-interceptors/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 b3b3994e..487cb486 100644 --- a/modules/reitit-middleware/project.clj +++ b/modules/reitit-middleware/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :scm "../.."} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]} diff --git a/modules/reitit-pedestal/project.clj b/modules/reitit-pedestal/project.clj index 42d80c47..2ce6b13d 100644 --- a/modules/reitit-pedestal/project.clj +++ b/modules/reitit-pedestal/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 b7baf0de..26a66de8 100644 --- a/modules/reitit-ring/project.clj +++ b/modules/reitit-ring/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 e18d9e74..2b83a7ac 100644 --- a/modules/reitit-schema/project.clj +++ b/modules/reitit-schema/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 07fcb741..37c285f2 100644 --- a/modules/reitit-sieppari/project.clj +++ b/modules/reitit-sieppari/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 a44b784d..bd33a6e9 100644 --- a/modules/reitit-spec/project.clj +++ b/modules/reitit-spec/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 e8bb3d46..aafb3933 100644 --- a/modules/reitit-swagger-ui/project.clj +++ b/modules/reitit-swagger-ui/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 b2c4b710..e55e3d6c 100644 --- a/modules/reitit-swagger/project.clj +++ b/modules/reitit-swagger/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :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 ce6d50af..e462854f 100644 --- a/modules/reitit/project.clj +++ b/modules/reitit/project.clj @@ -4,7 +4,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :scm {:name "git" - :url "https://github.com/metosin/reitit"} + :url "https://github.com/metosin/reitit" + :dir "../.."} :plugins [[lein-parent "0.3.2"]] :parent-project {:path "../../project.clj" :inherit [:deploy-repositories :managed-dependencies]}