This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 67bded1c4196 Update release-guide.adoc - update command to check for
gpg signature
67bded1c4196 is described below
commit 67bded1c419687d49976c521080e805694172b99
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Jan 8 10:26:23 2026 +0100
Update release-guide.adoc - update command to check for gpg signature
the file structure was modified and newer gpg version prefer to have the
--version specified otherwise, it works but there is an extra warning displayed
---
docs/user-manual/modules/ROOT/pages/release-guide.adoc | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/release-guide.adoc
b/docs/user-manual/modules/ROOT/pages/release-guide.adoc
index 457b244e2488..287aaa98f2cc 100644
--- a/docs/user-manual/modules/ROOT/pages/release-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/release-guide.adoc
@@ -119,10 +119,11 @@ Complete the following steps to create a new Camel
release:
* Make sure to check the generated signature files:
- $ gpg camel-core/target/camel-core-3.0.0-SNAPSHOT.jar.asc
- gpg: assuming signed data in `camel-core/target/camel-core-3.0.0.jar'
- gpg: Signature made Sat 06 Apr 2019 03:58:01 AM PDT using RSA key ID 5942C049
- gpg: Good signature from "Gregor Zurowski <[email protected]>"
+ $ gpg --verify core/target/core-4.17.0-SNAPSHOT.pom.asc
+ gpg: assuming signed data in 'core/target/core-4.17.0-SNAPSHOT.pom'
+ gpg: Signature made Thu 08 Jan 2026 10:07:47 AM CET
+ gpg: using EDDSA key D5A8412A12BFEBD9C7362CD8CED552456D5000FB
+ gpg: Good signature from "Aurélien Pupier <[email protected]>" [ultimate]
. Prepare the release:
@@ -380,4 +381,4 @@ Once the release train (camel and camel-spring-boot) has
been voted and publishe
* To be sure everything is fine, run:
- $ ./mvnw clean install
\ No newline at end of file
+ $ ./mvnw clean install