This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sb-sbom-name-release in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 4e6a08b8b44ea34c7e1073ab80c32340f78f528b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Nov 24 11:23:36 2023 +0100 Rename Camel-Spring-Boot SBOM output filename for release profile Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad67ecaa6ca..9c478b9d83d 100644 --- a/pom.xml +++ b/pom.xml @@ -792,7 +792,7 @@ </execution> </executions> <configuration> - <outputName>${project.artifactId}-${project.version}-sbom</outputName> + <outputName>camel-spring-boot-${project.version}</outputName> </configuration> </plugin> </plugins>