Skip to content

Commit b3fe2cc

Browse files
Merge branch '7.9.x' into master
2 parents b52a834 + e953bb9 commit b3fe2cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@
10001000
<plugin>
10011001
<groupId>org.cyclonedx</groupId>
10021002
<artifactId>cyclonedx-maven-plugin</artifactId>
1003-
<version>2.7.9</version>
1003+
<version>2.9.0</version>
10041004
<executions>
10051005
<execution>
10061006
<phase>package</phase>
@@ -1011,7 +1011,7 @@
10111011
</executions>
10121012
<configuration>
10131013
<projectType>library</projectType>
1014-
<schemaVersion>1.4</schemaVersion>
1014+
<schemaVersion>1.5</schemaVersion>
10151015
<includeBomSerialNumber>true</includeBomSerialNumber>
10161016
<includeCompileScope>true</includeCompileScope>
10171017
<includeProvidedScope>true</includeProvidedScope>
@@ -1020,7 +1020,7 @@
10201020
<includeTestScope>true</includeTestScope>
10211021
<includeLicenseText>false</includeLicenseText>
10221022
<outputReactorProjects>true</outputReactorProjects>
1023-
<outputFormat>all</outputFormat>
1023+
<outputFormat>json</outputFormat>
10241024
<outputName>bom</outputName>
10251025
</configuration>
10261026
</plugin>

0 commit comments

Comments
 (0)