You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/11/24 10:41:19 UTC

(camel-kamelets) branch main updated: Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent (#1750)

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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 01b8ad19 Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent (#1750)
01b8ad19 is described below

commit 01b8ad1907b73e775f0a7f6e9b61627cada19954
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 24 11:41:12 2023 +0100

    Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent (#1750)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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>