File tree 3 files changed +14
-0
lines changed
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
38
38
</excludes >
39
39
</configuration >
40
40
</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 >
41
46
<!-- 28-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
42
47
will have to use `moduleInfoFile` as anything else requires JDK 9+
43
48
-->
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
39
39
</excludes >
40
40
</configuration >
41
41
</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 >
42
47
<!-- 28-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
43
48
will have to use `moduleInfoFile` as anything else requires JDK 9+
44
49
-->
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Project: jackson-module-jsonSchema
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.20.0 (not yet released)
8
+
9
+ - Generate SBOMs [JSTEP-14]
10
+
7
11
2.19.0 (24-Apr-2025)
8
12
9
13
No changes since 2.18
You can’t perform that action at this time.
0 commit comments