Skip to content

Commit

Permalink
lein(clojars) apply license clojars publishing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iomonad committed Mar 22, 2024
1 parent 052d0f7 commit eb21936
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(defproject com.oscaro/macrometer.core "1.12.4.0"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
[org.clojure/core.async "1.6.681"]
[io.micrometer/micrometer-core "1.12.4"]]
Expand Down
2 changes: 2 additions & 0 deletions jmx/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(defproject com.oscaro/macrometer.jmx "1.12.4.0"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[com.oscaro/macrometer.core "1.12.4.0"]
[io.micrometer/micrometer-registry-jmx "1.12.4"]
[io.dropwizard.metrics/metrics-jmx "4.2.25"]]
Expand Down
2 changes: 2 additions & 0 deletions prometheus/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(defproject com.oscaro/macrometer.prometheus "1.12.4.0"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[com.oscaro/macrometer.core "1.12.4.0"]
[io.micrometer/micrometer-registry-prometheus "1.12.4"]]
:deploy-repositories [["snapshots" {:url "https://repo.clojars.org"
Expand Down

0 comments on commit eb21936

Please sign in to comment.