File tree 5 files changed +21
-26
lines changed
5 files changed +21
-26
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,11 @@ Hibernate (https://hibernate.org) version 4.x data types.
67
67
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
68
68
<groupId >com.google.code.maven-replacer-plugin</groupId >
69
69
<artifactId >replacer</artifactId >
70
- <executions >
71
- <execution >
72
- <id >process-packageVersion</id >
73
- <phase >generate-sources</phase >
74
- </execution >
75
- </executions >
70
+ </plugin >
71
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
72
+ <plugin >
73
+ <groupId >org.cyclonedx</groupId >
74
+ <artifactId >cyclonedx-maven-plugin</artifactId >
76
75
</plugin >
77
76
<plugin >
78
77
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -84,12 +84,11 @@ Hibernate (https://hibernate.org) version 5.5 with Jakarta data types.
84
84
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
85
85
<groupId >com.google.code.maven-replacer-plugin</groupId >
86
86
<artifactId >replacer</artifactId >
87
- <executions >
88
- <execution >
89
- <id >process-packageVersion</id >
90
- <phase >generate-sources</phase >
91
- </execution >
92
- </executions >
87
+ </plugin >
88
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
89
+ <plugin >
90
+ <groupId >org.cyclonedx</groupId >
91
+ <artifactId >cyclonedx-maven-plugin</artifactId >
93
92
</plugin >
94
93
<plugin >
95
94
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -101,12 +101,11 @@ Hibernate (https://hibernate.org) version 5.x data types.
101
101
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
102
102
<groupId >com.google.code.maven-replacer-plugin</groupId >
103
103
<artifactId >replacer</artifactId >
104
- <executions >
105
- <execution >
106
- <id >process-packageVersion</id >
107
- <phase >generate-sources</phase >
108
- </execution >
109
- </executions >
104
+ </plugin >
105
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
106
+ <plugin >
107
+ <groupId >org.cyclonedx</groupId >
108
+ <artifactId >cyclonedx-maven-plugin</artifactId >
110
109
</plugin >
111
110
<plugin >
112
111
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -76,14 +76,12 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
76
76
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
77
77
<groupId >com.google.code.maven-replacer-plugin</groupId >
78
78
<artifactId >replacer</artifactId >
79
- <executions >
80
- <execution >
81
- <id >process-packageVersion</id >
82
- <phase >generate-sources</phase >
83
- </execution >
84
- </executions >
85
79
</plugin >
86
-
80
+ <!-- 29-Apr-2025, tatu: SBOM generation [JSTEP-14] -->
81
+ <plugin >
82
+ <groupId >org.cyclonedx</groupId >
83
+ <artifactId >cyclonedx-maven-plugin</artifactId >
84
+ </plugin >
87
85
<plugin >
88
86
<groupId >org.moditect</groupId >
89
87
<artifactId >moditect-maven-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Project: jackson-datatype-hibernate
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