Skip to content

Commit

Permalink
Use new recommended maven variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Dec 29, 2024
1 parent 92b22d5 commit be4829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ limitations under the License.
<version>2.9.1</version>
<configuration>
<skip>${cyclonedx.skip}</skip>
<outputName>${artifactId}-${version}-bom</outputName>
<outputName>${project.artifactId}-${project.version}-bom</outputName>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit be4829f

Please sign in to comment.