You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/06/07 15:58:18 UTC

[camel-quarkus] branch main updated: Fix formatting in the release guide

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

ppalaga 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 8869ae2a29 Fix formatting in the release guide
8869ae2a29 is described below

commit 8869ae2a29fc76658486951b86d6c869d6b8270c
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jun 7 16:47:16 2023 +0200

    Fix formatting in the release guide
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 3979bce864..6498181eee 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -238,14 +238,13 @@ once the newly released artifacts are available on https://repo1.maven.org/maven
 ====
 Synchronization between Apache Maven repository and Maven Central may take hours.
 You may find the `await-release` mojo of `cq-maven-plugin` handy if you need to upgrade Camel Quarkus in the Platform as soon as possible:
-+
-+
+
 [source,shell]
 ----
 $ cd camel-quarkus
 $ mvn cq:await-release -Dcq.version=$(git describe --tags `git rev-list --tags --max-count=1`)
 ----
-+
+
 The mojo first lists the artifacts having `groupId` `org.apache.camel.quarkus` and the given `$VERSION`
 from the local Maven repository and then checks that they are available in Maven Central.
 As long as there are unavailable artifacts, the requests are re-tried with a (configurable) delay of 60 seconds.