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:38 UTC

[camel] branch rg created (now 5209dd0fa41)

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

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


      at 5209dd0fa41 Update release guide doc to use correct maven profile id for pgp settings

This branch includes the following new commits:

     new 5209dd0fa41 Update release guide doc to use correct maven profile id for pgp settings

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] 01/01: Update release guide doc to use correct maven profile id for pgp settings

Posted by da...@apache.org.
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>