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 0f08c52f Publish SBOM in dist/release - Align to naming conventions
for dist.apache.org (#1751)
0f08c52f is described below
commit 0f08c52fbcd069668a336eb588a16321e08baa64
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Nov 24 13:31:35 2023 +0100
Publish SBOM in dist/release - Align to naming conventions for
dist.apache.org (#1751)
Signed-off-by: Andrea Cosentino <[email protected]>
---
release-utils/scripts/upload-source.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release-utils/scripts/upload-source.sh
b/release-utils/scripts/upload-source.sh
index 6eb09f7b..beae1bb0 100755
--- a/release-utils/scripts/upload-source.sh
+++ b/release-utils/scripts/upload-source.sh
@@ -29,8 +29,8 @@ mkdir $1/
cd $1/
wget https://github.com/apache/camel-kamelets/archive/refs/tags/v$1.tar.gz -O
camel-kamelets-sources-$1.tar.gz
-cp ./target/camel-kamelets-parent-$1-cyclonedx.json .
-cp ./target/camel-kamelets-parent-$1-cyclonedx.xml .
+cp ./target/camel-kamelets-parent-$1-cyclonedx.json camel-kamelets-$1-sbom.json
+cp ./target/camel-kamelets-parent-$1-cyclonedx.xml camel-kamelets-$1-sbom.xml
cd ../
./sign.sh $1/
svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/$2/
-m "Import camel-kamelets release"