Skip to content

Commit 6bc493c

Browse files
authored
JSTEP-14: generate SBOMs (#183)
1 parent 72952d9 commit 6bc493c

File tree

5 files changed

+21
-26
lines changed

5 files changed

+21
-26
lines changed

hibernate4/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ Hibernate (https://hibernate.org) version 4.x data types.
6767
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
6868
<groupId>com.google.code.maven-replacer-plugin</groupId>
6969
<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>
7675
</plugin>
7776
<plugin>
7877
<groupId>org.apache.maven.plugins</groupId>

hibernate5-jakarta/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@ Hibernate (https://hibernate.org) version 5.5 with Jakarta data types.
8484
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
8585
<groupId>com.google.code.maven-replacer-plugin</groupId>
8686
<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>
9392
</plugin>
9493
<plugin>
9594
<groupId>org.apache.maven.plugins</groupId>

hibernate5/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,11 @@ Hibernate (https://hibernate.org) version 5.x data types.
101101
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
102102
<groupId>com.google.code.maven-replacer-plugin</groupId>
103103
<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>
110109
</plugin>
111110
<plugin>
112111
<groupId>org.apache.maven.plugins</groupId>

hibernate6/pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,12 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
7676
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
7777
<groupId>com.google.code.maven-replacer-plugin</groupId>
7878
<artifactId>replacer</artifactId>
79-
<executions>
80-
<execution>
81-
<id>process-packageVersion</id>
82-
<phase>generate-sources</phase>
83-
</execution>
84-
</executions>
8579
</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>
8785
<plugin>
8886
<groupId>org.moditect</groupId>
8987
<artifactId>moditect-maven-plugin</artifactId>

release-notes/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Project: jackson-datatype-hibernate
66

77
2.20.0 (not yet released)
88

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

1111
2.19.0 (24-Apr-2025)
1212

0 commit comments

Comments
 (0)