Skip to content

Commit

Permalink
Fix cyclonedx version (#86)
Browse files Browse the repository at this point in the history
Reference the cyclonedx version property where we include the plugin.
  • Loading branch information
Azquelt committed May 8, 2024
1 parent 6a95dd0 commit 6afb3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>${version.plugin.cyclonedx}</version>
<configuration>
<schemaVersion>1.4</schemaVersion>
<projectType>library</projectType>
Expand Down

0 comments on commit 6afb3ab

Please sign in to comment.