Skip to content

Commit

Permalink
Prepare for 2.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 22, 2022
1 parent 54a72b5 commit 8536b5e
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.14.1-SNAPSHOT</version>
<version>2.14.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.14.1 (21-Nov-2022)

No changes since 2.14.0

2.14.0 (05-Nov-2022)

#491: `XmlMapper` 2.12 regression: no default no-arg ctor found
Expand Down

0 comments on commit 8536b5e

Please sign in to comment.