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:36:57 UTC

(camel-kamelets) branch 1749 created (now a1606cc1)

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

acosentino pushed a change to branch 1749
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at a1606cc1 Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent

This branch includes the following new commits:

     new a1606cc1 Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-kamelets) 01/01: Rename Camel-Kamelets SBOM to Camel-Kamelets instead of Camel-Kamelets-Parent

Posted by ac...@apache.org.
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 <an...@gmail.com>
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 <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>