This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 99320f892d0 Rename Camel-Spring-Boot SBOM output filename for release 
profile (#1020)
99320f892d0 is described below

commit 99320f892d075a9dd88d5484e4102c425b2358e9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Nov 24 11:27:52 2023 +0100

    Rename Camel-Spring-Boot SBOM output filename for release profile (#1020)
    
    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>

Reply via email to