File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
3838 </excludes >
3939 </configuration >
4040 </plugin >
41+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
42+ <plugin >
43+ <groupId >org.cyclonedx</groupId >
44+ <artifactId >cyclonedx-maven-plugin</artifactId >
45+ </plugin >
4146 <!-- 28-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
4247 will have to use `moduleInfoFile` as anything else requires JDK 9+
4348 -->
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
3939 </excludes >
4040 </configuration >
4141 </plugin >
42+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
43+ <plugin >
44+ <groupId >org.cyclonedx</groupId >
45+ <artifactId >cyclonedx-maven-plugin</artifactId >
46+ </plugin >
4247 <!-- 28-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
4348 will have to use `moduleInfoFile` as anything else requires JDK 9+
4449 -->
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Project: jackson-module-jsonSchema
44=== Releases ===
55------------------------------------------------------------------------
66
7+ 2.20.0 (not yet released)
8+
9+ - Generate SBOMs [JSTEP-14]
10+
7112.19.0 (24-Apr-2025)
812
913No changes since 2.18
You can’t perform that action at this time.
0 commit comments