Skip to content

Commit 18d61c9

Browse files
committed
Prepare for 2.15.3 release
1 parent 372a009 commit 18d61c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
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.15.3-SNAPSHOT</version>
11+
<version>2.15.3</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.15.3 (not yet released)
17+
2.15.3 (12-Oct-2023)
1818

1919
#1111: Call the right `filterFinishArray()`/`filterFinishObject()`
2020
from `FilteringParserDelegate`

0 commit comments

Comments
 (0)