Skip to content

Commit

Permalink
Start 2.16 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 23, 2023
1 parent eef315d commit bd5cc37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.15.1-SNAPSHOT</version>
<version>2.16.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<name>Jackson-core</name>
<version>2.15.1-SNAPSHOT</version>
<version>2.16.0-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
<licenses>
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 @@ -14,6 +14,10 @@ JSON library.
=== Releases ===
------------------------------------------------------------------------

2.16.0 (not yet released)

No changes since 2.15

2.15.0 (23-Apr-2023)

#827: Add numeric value size limits via `StreamReadConstraints` (fixes
Expand Down

0 comments on commit bd5cc37

Please sign in to comment.