File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 111
111
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
112
112
<groupId >com.google.code.maven-replacer-plugin</groupId >
113
113
<artifactId >replacer</artifactId >
114
- <executions >
115
- <execution >
116
- <id >process-packageVersion</id >
117
- <phase >generate-sources</phase >
118
- </execution >
119
- </executions >
120
114
</plugin >
115
+
116
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
121
117
<plugin >
122
- <groupId >org.apache.maven.plugins </groupId >
123
- <artifactId >maven-surefire -plugin</artifactId >
118
+ <groupId >org.cyclonedx </groupId >
119
+ <artifactId >cyclonedx-maven -plugin</artifactId >
124
120
</plugin >
125
- <!-- 19-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
126
- will have to use `moduleInfoFile` as anything else requires JDK 9+
121
+ <!-- 19-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
122
+ will have to use `moduleInfoFile` as anything else requires JDK 9+
127
123
-->
128
124
<plugin >
129
125
<groupId >org.moditect</groupId >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Project: jackson-datatype-joda
6
6
7
7
2.20.0 (not yet released)
8
8
9
- -
9
+ - Generate SBOMs [JSTEP- 14 ]
10
10
11
11
2.19.0 (24 -Apr-2025 )
12
12
You can’t perform that action at this time.
0 commit comments