Skip to content

Commit

Permalink
change version of plugin itself to work with its schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 5, 2023
1 parent f791d18 commit ed9edc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.1</version>
<version>2.6.2</version>
<executions>
<execution>
<phase>compile</phase>
Expand All @@ -98,7 +98,7 @@
</executions>
<configuration>
<projectType>application</projectType>
<schemaVersion>CycloneDX 1.4</schemaVersion>
<schemaVersion>1.4</schemaVersion>
<includeBomSerialNumber>true</includeBomSerialNumber>
<includeCompileScope>true</includeCompileScope>
<includeProvidedScope>true</includeProvidedScope>
Expand Down

0 comments on commit ed9edc4

Please sign in to comment.