You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/07 12:46:39 UTC

[camel] 01/01: Update release guide doc to use correct maven profile id for pgp settings

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

davsclaus pushed a commit to branch rg
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5209dd0fa4183c35f35279f01380d79eb6b6c099
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 7 14:46:24 2023 +0200

    Update release guide doc to use correct maven profile id for pgp settings
---
 docs/user-manual/modules/ROOT/pages/release-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/release-guide.adoc b/docs/user-manual/modules/ROOT/pages/release-guide.adoc
index c936bd69a3f..8baed844750 100644
--- a/docs/user-manual/modules/ROOT/pages/release-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/release-guide.adoc
@@ -64,7 +64,7 @@ http://maven.apache.org/guides/mini/guide-encryption.html[password encryption re
   ...
   <profiles>
     <profile>
-      <id>apache-release</id>
+      <id>release</id>
       <properties>
         <gpg.useagent>false</gpg.useagent>
         <gpg.passphrase><!-- YOUR GPG PASSPHRASE --></gpg.passphrase>