File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ Produce and consume JMX beans from Clojure.
6
6
Releases and Dependency Information
7
7
========================================
8
8
9
- Latest stable release: 0.3.3
9
+ Latest stable release: 0.3.4
10
10
11
11
* [ All Released Versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22java.jmx%22 )
12
12
13
13
* [ Development Snapshot Versions] ( https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Ejava.jmx%7E%7E%7E )
14
14
15
15
[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
16
16
17
- [org.clojure/java.jmx "0.3.3 "]
17
+ [org.clojure/java.jmx "0.3.4 "]
18
18
19
19
[ Maven] ( http://maven.apache.org/ ) dependency information:
20
20
21
21
<dependency>
22
22
<groupId>org.clojure</groupId>
23
23
<artifactId>java.jmx</artifactId>
24
- <version>0.3.3 </version>
24
+ <version>0.3.4 </version>
25
25
</dependency>
26
26
27
27
Usage
You can’t perform that action at this time.
0 commit comments