Skip to content

Commit 8989990

Browse files
authored
Merge branch '3.x' into feature/record-with-jacksonxmltext
2 parents c53bc27 + 8d568d1 commit 8989990

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
158158
<groupId>com.google.code.maven-replacer-plugin</groupId>
159159
<artifactId>replacer</artifactId>
160160
</plugin>
161+
<!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
162+
<plugin>
163+
<groupId>org.cyclonedx</groupId>
164+
<artifactId>cyclonedx-maven-plugin</artifactId>
165+
</plugin>
161166
<!-- 05-Jul-2020, tatu: Add gradle module metadata -->
162167
<plugin>
163168
<groupId>org.gradlex</groupId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Project: jackson-dataformat-xml
66

77
2.20.0 (not yet released)
88

9-
-
9+
- Generate SBOMs [JSTEP-14]
1010

1111
2.19.0-rc2 (24-Apr-2025)
1212

0 commit comments

Comments
 (0)