Skip to content

Commit 73f939a

Browse files
committed
update to latest parent pom
1 parent 5b96906 commit 73f939a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66
([despite its flaws](https://www.youtube.com/watch?v=oyLBGkS5ICk)).
77

8-
## next
8+
## [1.3.1] - 2025-12-30
99

1010
### Changed
1111

12+
- Bumped parent pom to 1.4.0
1213
- Bumped deps to Clojure 1.11.4
1314
- Bumped test deps to latest
1415

@@ -133,6 +134,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
133134
- Initial implementation of Clojure-aware logging abstraction.
134135

135136
[Unreleased]: https://github.com/clojure/tools.logging/compare/tools.logging-1.1.0...HEAD
137+
[1.3.1]: https://github.com/clojure/tools.logging/compare/v1.3.0...v1.3.1
138+
[1.3.0]: https://github.com/clojure/tools.logging/compare/v1.2.4...v1.3.0
136139
[1.2.4]: https://github.com/clojure/tools.logging/compare/v1.2.3...v1.2.4
137140
[1.2.3]: https://github.com/clojure/tools.logging/compare/v1.2.2...v1.2.3
138141
[1.2.2]: https://github.com/clojure/tools.logging/compare/v1.2.1...v1.2.2

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ at runtime when the `clojure.tools.logging` namespace is first loaded.
55

66
## Installation
77

8-
Lastest stable release is [1.3.0]
8+
Lastest stable release is [1.3.1]
99

1010
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
1111
```clojure
12-
org.clojure/tools.logging {:mvn/version "1.3.0"}
12+
org.clojure/tools.logging {:mvn/version "1.3.1"}
1313
```
1414

1515
Leiningen:
1616

1717
```clojure
18-
[org.clojure/tools.logging "1.3.0"]
18+
[org.clojure/tools.logging "1.3.1"]
1919
```
2020

2121
Maven:
@@ -24,7 +24,7 @@ Maven:
2424
<dependency>
2525
<groupId>org.clojure</groupId>
2626
<artifactId>tools.logging</artifactId>
27-
<version>1.3.0</version>
27+
<version>1.3.1</version>
2828
</dependency>
2929
```
3030

@@ -135,6 +135,7 @@ Copyright © Rich Hickey, Alex Taggart, and contributors
135135
Licensed under the EPL. (See the file epl.html.)
136136

137137

138+
[1.3.1]: https://github.com/clojure/tools.logging/tree/v1.3.1
138139
[1.3.0]: https://github.com/clojure/tools.logging/tree/v1.3.0
139140
[1.2.4]: https://github.com/clojure/tools.logging/tree/v1.2.4
140141
[Leiningen example]: https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md#setting-jvm-options

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)