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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new d24a0368bd Fix the staging repository template name in the release 
procedure (#6386)
d24a0368bd is described below

commit d24a0368bde17151b6fdb0db1200610e1de7a474
Author: Alexandre Gallice <[email protected]>
AuthorDate: Mon Aug 26 09:35:57 2024 +0200

    Fix the staging repository template name in the release procedure (#6386)
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index d5a2e3ac2a..a1a6f5f1fd 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -65,7 +65,7 @@ mvn deploy -Dapache-release -DskipTests -Denforcer.skip 
-Dquarkus.build.skip -Df
 
 * Login to the https://repository.apache.org[Apache staging repository] using 
your Apache LDAP credentials.
 * Click on `Staging Repositories`
-* Then select `org.apache.camel-quarkus-xxx` in the list of repositories, 
where `xxx` represents your `username` and `ip`
+* Then select `orgapachecamel-xxxx` in the list of repositories, where `xxxx` 
represents the staging repository number
 * Click `Close` on the toolbar above
 * This will close the repository from future deployments and make it available 
for others to view
 * After that, a popup window is created, enter the name and version of the 
artifact being released in the `Description` field and finally click `Close`
@@ -197,7 +197,7 @@ For instance, one could search mail with subject:
 
 * Login to the https://repository.apache.org[Apache staging repository] using 
your Apache LDAP credentials.
 * Click on `Staging Repositories`
-* Then select `org.apache.camel-quarkus-xxx` in the list of repositories, 
where `xxx` represents your `username` and `ip`
+* Then select `orgapachecamel-xxxx` in the list of repositories, where `xxxx` 
represents the staging repository number
 * Click `Release` on the toolbar above
 * This will release the repository and make artifacts generally available
 * After that, a popup window is created, click `Close`

Reply via email to