Skip to content

Commit 23462fe

Browse files
committed
update to latest parent pom
1 parent 6cd722d commit 23462fe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ Releases and Dependency Information
88

99
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).
1010

11-
Latest stable release: 1.1.0
11+
Latest stable release: 1.1.1
1212

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

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

1717
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
1818
```clojure
19-
org.clojure/java.jmx {:mvn/version "1.1.0"}
19+
org.clojure/java.jmx {:mvn/version "1.1.1"}
2020
```
2121

2222
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2323

24-
[org.clojure/java.jmx "1.1.0"]
24+
[org.clojure/java.jmx "1.1.1"]
2525

2626
[Maven](https://maven.apache.org/) dependency information:
2727

2828
<dependency>
2929
<groupId>org.clojure</groupId>
3030
<artifactId>java.jmx</artifactId>
31-
<version>1.1.0</version>
31+
<version>1.1.1</version>
3232
</dependency>
3333

3434
Usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.clojure</groupId>
1010
<artifactId>pom.contrib</artifactId>
11-
<version>1.3.0</version>
11+
<version>1.4.0</version>
1212
</parent>
1313

1414
<developers>

0 commit comments

Comments
 (0)