Skip to content

Commit

Permalink
release: 1.6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iomonad committed May 12, 2023
1 parent 01553e3 commit c8f213a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.oscaro/macrometer.core "1.6.3.1-SNAPSHOT"
(defproject com.oscaro/macrometer.core "1.6.3.1"
:dependencies [[org.clojure/clojure "1.10.1" :scope "provided"]
[org.clojure/core.async "1.3.610"]
[io.micrometer/micrometer-core "1.6.3"]]
Expand Down
4 changes: 2 additions & 2 deletions jmx/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject com.oscaro/macrometer.jmx "1.6.3.1-SNAPSHOT"
:dependencies [[com.oscaro/macrometer.core "1.6.3.1-SNAPSHOT"]
(defproject com.oscaro/macrometer.jmx "1.6.3.1"
:dependencies [[com.oscaro/macrometer.core "1.6.3.1"]
[io.micrometer/micrometer-registry-jmx "1.6.3"]
[io.dropwizard.metrics/metrics-jmx "4.1.13"]]
:deploy-repositories [["snapshots" {:url "https://repo.clojars.org"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.oscaro/macrometer "1.6.3.1-SNAPSHOT"
(defproject com.oscaro/macrometer "1.6.3.1"
:plugins [[lein-sub "0.3.0"]]
:sub ["core"
"jmx"
Expand Down
4 changes: 2 additions & 2 deletions prometheus/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject com.oscaro/macrometer.prometheus "1.6.3.1-SNAPSHOT"
:dependencies [[com.oscaro/macrometer.core "1.6.3.1-SNAPSHOT"]
(defproject com.oscaro/macrometer.prometheus "1.6.3.1"
:dependencies [[com.oscaro/macrometer.core "1.6.3.1"]
[io.micrometer/micrometer-registry-prometheus "1.6.3"]]
:deploy-repositories [["snapshots" {:url "https://repo.clojars.org"
:username :env/clojars_username
Expand Down

0 comments on commit c8f213a

Please sign in to comment.