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 2024/01/08 10:06:58 UTC

(camel-kafka-connector) 02/04: Add SBOM generation profile and add it to release

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

acosentino pushed a commit to branch sbom-gen-release-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 2a59e24bce84ecdc478007d526d20153e2e5455e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 8 10:55:07 2024 +0100

    Add SBOM generation profile and add it to release
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4018144b8..250f572c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -403,7 +402,7 @@
                         <inherited>false</inherited>
                         <configuration>
                             <outputName>camel-sbom</outputName>
-                            <outputDirectory>${project.basedir}/camel-sbom/</outputDirectory>
+                            <outputDirectory>${project.basedir}/camel-kafka-connector-sbom/</outputDirectory>
                         </configuration>
                         <executions>
                             <execution>