File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 16
16
<groupId >com.fasterxml.jackson.core</groupId >
17
17
<artifactId >jackson-annotations</artifactId >
18
18
<name >Jackson-annotations</name >
19
- <version >2.20.0 -SNAPSHOT</version >
19
+ <version >2.20-SNAPSHOT</version >
20
20
<packaging >jar</packaging >
21
21
<description >Core annotations used for value types, used by Jackson data binding package.
22
22
</description >
Original file line number Diff line number Diff line change 1
1
Project: jackson-annotations
2
2
3
- NOTE: Annotations module will never contain changes in patch versions,
4
- only .0 releases can have changes. We may still release patch versions, but
5
- they will be identical to .0 versions, and only released for convenience
6
- (developers can line up all Jackson components with same patch version number).
7
- Main components will typically depend on .0 versions: please do NOT file
8
- issues against this being a bug; it is intentional.
3
+ NOTE: Annotations module is released with " simple" version like 2.20 without
4
+ " patch" number -- except for rare case of critical fixes.
5
+ This change occurred with Jackson 2.20 : prior to it, patch number was included
6
+ but was meaningless: usually every patch version of a minor release was
7
+ identical.
8
+
9
+ NOTE: Jackson 3 .x components rely on 2 .x annotations; there are no separate
10
+ 3 .x `jackson-annotations` versions released (there were RC versions up
11
+ to 3.0 -rc5 but not after that).
9
12
10
13
------------------------------------------------------------------------
11
14
=== Releases ===
12
15
------------------------------------------------------------------------
13
16
14
- 2.20.0 (not yet released)
17
+ 2.20 (not yet released)
15
18
16
- No changes since 2.19
19
+ # 294 : Drop patch number from version for 2.20 and later (no more 2.20.0 )
17
20
18
21
2.19.1 (13 -Jun-2025 )
19
22
You can’t perform that action at this time.
0 commit comments