Skip to content

Commit

Permalink
Merge branch '7.9.x' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentSemaphore committed Oct 23, 2024
2 parents b52a834 + e953bb9 commit b3fe2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.9</version>
<version>2.9.0</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -1011,7 +1011,7 @@
</executions>
<configuration>
<projectType>library</projectType>
<schemaVersion>1.4</schemaVersion>
<schemaVersion>1.5</schemaVersion>
<includeBomSerialNumber>true</includeBomSerialNumber>
<includeCompileScope>true</includeCompileScope>
<includeProvidedScope>true</includeProvidedScope>
Expand All @@ -1020,7 +1020,7 @@
<includeTestScope>true</includeTestScope>
<includeLicenseText>false</includeLicenseText>
<outputReactorProjects>true</outputReactorProjects>
<outputFormat>all</outputFormat>
<outputFormat>json</outputFormat>
<outputName>bom</outputName>
</configuration>
</plugin>
Expand Down

0 comments on commit b3fe2cc

Please sign in to comment.