Skip to content

Commit dfb116b

Browse files
authored
Fix #294: drop patch number from versions 2.20 and later (#295)
1 parent 9ae15a1 commit dfb116b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-annotations</artifactId>
1818
<name>Jackson-annotations</name>
19-
<version>2.20.0-SNAPSHOT</version>
19+
<version>2.20-SNAPSHOT</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>

release-notes/VERSION-2.x

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

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).
912

1013
------------------------------------------------------------------------
1114
=== Releases ===
1215
------------------------------------------------------------------------
1316

14-
2.20.0 (not yet released)
17+
2.20 (not yet released)
1518

16-
No changes since 2.19
19+
#294: Drop patch number from version for 2.20 and later (no more 2.20.0)
1720

1821
2.19.1 (13-Jun-2025)
1922

0 commit comments

Comments
 (0)