Skip to content

Commit

Permalink
Prepare for 2.18.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 29, 2024
1 parent 7375278 commit 23caee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.18.1-SNAPSHOT</version>
<version>2.18.1</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
=== Releases ===
------------------------------------------------------------------------

2.18.1 (28-Oct-2024)

No changes since 2.18.0

2.18.0 (26-Sep-2024)

- Remove unnecessary synchronization around `LRUMap` in `XmlRootNameLookup`
Expand Down

0 comments on commit 23caee5

Please sign in to comment.