Skip to content

Commit dd0b3b6

Browse files
committed
Prepare for 2.14.1 release
1 parent ede8519 commit dd0b3b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.14.1-SNAPSHOT</version>
11+
<version>2.14.1</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ JSON library.
1818

1919
No changes since 2.14
2020

21+
2.14.1 (21-Nov-2022)
22+
23+
No changes since 2.14.0
24+
2125
2.14.0 (05-Nov-2022)
2226

2327
#478: Provide implementation of async JSON parser fed by `ByteBufferFeeder`

0 commit comments

Comments
 (0)