Skip to content

Commit

Permalink
Prepare for 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 5, 2022
1 parent 0d48020 commit ea15e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down
9 changes: 2 additions & 7 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ JSON library.
=== Releases ===
------------------------------------------------------------------------

Not yet released:

#834: ReaderBaseJsonParser._verifyRootSpace() can cause buffer boundary failure

2.14.0-rc3 (28-Oct-2022)
2.14.0-rc2 (10-Oct-2022)
2.14.0-rc1 (25-Sep-2022)
2.14.0 (05-Nov-2022)

#478: Provide implementation of async JSON parser fed by `ByteBufferFeeder`
(requested by Arjen P)
Expand Down Expand Up @@ -78,6 +72,7 @@ Not yet released:
(contributed by @pjfanning)
#830: Make `BigDecimal` parsing lazy
(contributed by @pjfanning)
#834: ReaderBaseJsonParser._verifyRootSpace() can cause buffer boundary failure

2.13.4 (03-Sep-2022)

Expand Down

0 comments on commit ea15e31

Please sign in to comment.