This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1749 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit a1606cc1658ab8d1cf6570fd655d769d845114db Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 24 11:36:19 2023 +0100 Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36991c7f..7b630e46 100644 --- a/pom.xml +++ b/pom.xml @@ -447,7 +447,7 @@ </execution> </executions> <configuration> - <outputName>${project.artifactId}-${project.version}-sbom</outputName> + <outputName>camel-kamelets-${project.version}</outputName> </configuration> </plugin> </plugins>
