Skip to content

Commit 3d5fdc2

Browse files
committed
Prep for 2.19.2 release
1 parent ee2a307 commit 3d5fdc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
1212
<artifactId>jackson-parent</artifactId>
13-
<version>2.19.2</version>
13+
<version>2.19.3</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>

release-notes/VERSION-2.x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Project: jackson-annotations
22

3-
NOTE: Annotations module will never contain changes in patch versions,
3+
NOTE: Annotations module will only VERY rarely contain changes in patch versions,
44
only .0 releases can have changes. We may still release patch versions, but
55
they will be identical to .0 versions, and only released for convenience
66
(developers can line up all Jackson components with same patch version number).
@@ -11,7 +11,7 @@ NOTE: Annotations module will never contain changes in patch versions,
1111
=== Releases ===
1212
------------------------------------------------------------------------
1313

14-
2.19.2 (not yet released)
14+
2.19.2 (18-Jul-2025)
1515

1616
- Minor forwards-compatibility changes (to support upcoming Jackson 3.0)
1717
(only mentioned wrt binary-compability checking tools)

0 commit comments

Comments
 (0)