Skip to content

Commit 573e568

Browse files
committed
Start 2.20 branch; update 2.x to 2.21
1 parent 7cf2178 commit 573e568

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
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.20</version>
13+
<version>2.21-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-annotations</artifactId>
1818
<name>Jackson-annotations</name>
19-
<version>2.20.1-SNAPSHOT</version>
19+
<version>2.21-SNAPSHOT</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>
@@ -82,6 +82,7 @@
8282
<groupId>org.cyclonedx</groupId>
8383
<artifactId>cyclonedx-maven-plugin</artifactId>
8484
<configuration>
85+
<attach>true</attach>
8586
<skipNotDeployed>true</skipNotDeployed>
8687
<classifier>sbom-cyclonedx</classifier>
8788
</configuration>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ NOTE: Jackson 3.x components rely on 2.x annotations; there are no separate
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.21 (not yet released)
18+
19+
No changes since 2.20
20+
1721
2.20 (28-Aug-2025)
1822

1923
#293: Improve duplicate Id with different associated object error message

0 commit comments

Comments
 (0)