You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/01/15 09:13:41 UTC

[sling-site] branch master updated: Release management: formatting update

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6320c8f  Release management: formatting update
6320c8f is described below

commit 6320c8ff3debf48d66798ecc5a7af29c306d7f27
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 15 10:12:57 2020 +0100

    Release management: formatting update
---
 .../content/documentation/development/release-management.md    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/release-management.md b/src/main/jbake/content/documentation/development/release-management.md
index eca937d..930c959 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -232,12 +232,12 @@ It is possible to update the artifacts without needing to checkout or update the
 
 Assuming that we are releasing `org.apache.sling.engine 2.6.22`, we can run the following commands
 
-```
-$ cd <folder where 2.6.22 is found expanded source-release..zip>
-$ svn import -m "Release org.apache.sling.engine-2.6.22" . https://dist.apache.org/repos/dist/release/sling
 
-$ svn delete -m "Release org.apache.sling.engine-2.6.22" $(ls | sed 's/22/20/' | while read line; do echo "https://dist.apache.org/repos/dist/release/sling/$line"; done)
-```
+    $ cd <folder where 2.6.22 is found expanded source-release..zip>
+    $ svn import -m "Release org.apache.sling.engine-2.6.22" . https://dist.apache.org/repos/dist/release/sling
+
+    $ svn delete -m "Release org.apache.sling.engine-2.6.22" $(ls | sed 's/22/20/' | while read line; do echo "https://dist.apache.org/repos/dist/release/sling/$line"; done)
+
 
 This makes sure that the new artifacts are imported and the old ones are deleted.