You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2022/04/05 02:31:14 UTC

[felix-antora-site] branch main updated: just fix the source tags to use `bash` format class

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

rotty3000 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a311249d just fix the source tags to use `bash` format class
a311249d is described below

commit a311249ddafc4cf20a1c8534bd91a9962cddf66b
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon Apr 4 22:31:11 2022 -0400

    just fix the source tags to use `bash` format class
---
 modules/ROOT/pages/development/release-management-nexus.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/ROOT/pages/development/release-management-nexus.adoc b/modules/ROOT/pages/development/release-management-nexus.adoc
index a5a8ed30..fb072e97 100644
--- a/modules/ROOT/pages/development/release-management-nexus.adoc
+++ b/modules/ROOT/pages/development/release-management-nexus.adoc
@@ -98,7 +98,7 @@ The recommended version at this time is 2.0.4
  ** you should verify the deployment under the https://repository.apache.org/content/groups/snapshots/org/apache/felix[snapshot] repository on Apache
 . Prepare the release
 +
-[source,shell]
+[source,bash]
 ----
 $ mvn release:clean
 $ mvn release:prepare
@@ -106,7 +106,7 @@ $ mvn release:prepare
  ** preparing the release will create the new tag in git, automatically checking in on your behalf
 . Stage the release for a vote
 +
-[source,shell]
+[source,bash]
 ----
 $ mvn release:perform
 ----