Skip to content

Commit 46b6a57

Browse files
committed
update for release
1 parent 3d8684f commit 46b6a57

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@ Produce and consume JMX beans from Clojure.
66
Releases and Dependency Information
77
========================================
88

9-
Latest stable release: 0.3.4
9+
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
10+
11+
Latest stable release: 1.0.0
1012

1113
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22java.jmx%22)
1214

1315
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Ejava.jmx%7E%7E%7E)
1416

1517
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
1618

17-
[org.clojure/java.jmx "0.3.4"]
19+
[org.clojure/java.jmx "1.0.0"]
1820

1921
[Maven](http://maven.apache.org/) dependency information:
2022

2123
<dependency>
2224
<groupId>org.clojure</groupId>
2325
<artifactId>java.jmx</artifactId>
24-
<version>0.3.4</version>
26+
<version>1.0.0</version>
2527
</dependency>
2628

2729
Usage
@@ -102,12 +104,9 @@ Developer Information
102104
========================================
103105

104106
* [GitHub project](https://github.com/clojure/java.jmx)
105-
106-
* [Bug Tracker](http://dev.clojure.org/jira/browse/JMX)
107-
108-
* [Continuous Integration](http://build.clojure.org/job/java.jmx/)
109-
110-
* [Compatibility Test Matrix](http://build.clojure.org/job/java.jmx-test-matrix/)
107+
* [Bug Tracker](https://clojure.atlassian.net/browse/JMX)
108+
* [Continuous Integration](https://build.clojure.org/job/java.jmx/)
109+
* [Compatibility Test Matrix](https://build.clojure.org/job/java.jmx-test-matrix/)
111110

112111
Building
113112
====================
@@ -120,6 +119,6 @@ of Clojure.
120119

121120
## License
122121

123-
Copyright © Stuart Halloway
122+
Copyright © Stuart Halloway, Rich Hickey & contributors.
124123

125124
Licensed under the EPL. (See the file epl.html.)

0 commit comments

Comments
 (0)