Skip to content

Commit 7fe48b3

Browse files
committed
Add a note on pom.xml wrt obsoleteness
1 parent 8d57389 commit 7fe48b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@
66
<!-- that they should prefer consuming it instead. -->
77
<!-- do_not_remove: published-with-gradle-metadata -->
88
<modelVersion>4.0.0</modelVersion>
9+
10+
<!-- 15-Oct-2025, tatu: NOTE - THIS IS OBSOLETE - Jackson 3.x depends on 2.x
11+
version of `jackson-annotations` so 3.x is not used at all
12+
-->
13+
914
<parent>
1015
<groupId>tools.jackson</groupId>
11-
<!-- In 3.0+, extends `jackson-base` just like all other components; 2.x did not -->
1216
<artifactId>jackson-base</artifactId>
13-
<version>3.0.0-rc6-SNAPSHOT</version>
17+
<version>3.0.0</version>
1418
</parent>
1519

1620
<groupId>com.fasterxml.jackson.core</groupId>
1721
<artifactId>jackson-annotations</artifactId>
1822
<name>Jackson-annotations</name>
19-
<version>3.0-rc6-SNAPSHOT</version>
23+
<version>3.0-NEVER-SNAPSHOT</version>
2024
<packaging>jar</packaging>
2125
<description>Core annotations used for value types, used by Jackson data binding package.
2226
</description>

0 commit comments

Comments
 (0)