Skip to content

Commit f843efd

Browse files
committed
update to latest parent pom
1 parent f777274 commit f843efd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change Log
22

3+
* next on 2026-01-02
4+
* Update parent pom and tools.logging versions
5+
36
* Release 1.3.113 on 2025-01-23
47
* In builders, for overloaded setters (for which we have matching properties), try to pick the "obviously better" match (using `instance?` against the property value), and only throw if we can't pick one [JDATA-25](https://clojure.atlassian.net/browse/JDATA-25).
58
* In builders, ignore setters for which we do not have matching properties [JDATA-24](https://clojure.atlassian.net/browse/JDATA-24).

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.clojure</groupId>
1313
<artifactId>pom.contrib</artifactId>
14-
<version>1.3.0</version>
14+
<version>1.4.0</version>
1515
</parent>
1616

1717
<developers>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.clojure</groupId>
3636
<artifactId>tools.logging</artifactId>
37-
<version>1.3.0</version>
37+
<version>1.3.1</version>
3838
<scope>test</scope>
3939
</dependency>
4040
</dependencies>

0 commit comments

Comments
 (0)