You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2021/09/28 14:26:51 UTC

[storm] branch master updated: [MINOR] Fix typo in RELEASING.md (#3413)

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

ethanli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 77786a0  [MINOR] Fix typo in RELEASING.md (#3413)
77786a0 is described below

commit 77786a0dee3a9a51a2bd0d1cf8caacc34fb38b8e
Author: Meng (Ethan) Li <et...@gmail.com>
AuthorDate: Tue Sep 28 09:26:35 2021 -0500

    [MINOR] Fix typo in RELEASING.md (#3413)
---
 RELEASING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASING.md b/RELEASING.md
index 6affa3a..8c37ef4 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -61,7 +61,7 @@ gpg --print-md SHA512 RELEASE_NOTES.html > RELEASE_NOTES.html.sha512
 
 ## Releasing if the vote succeeds
 
-1. `svn mv https://dist.apache.org/repos/dist/dev/storm/apache-storm-x.x.x-rcx https://dist.apache.org/repos/release/dev/storm/apache-storm-x.x.x`. This will make the release artifacts available on dist.apache.org and the artifacts will start replicating to mirrors.
+1. `svn mv https://dist.apache.org/repos/dist/dev/storm/apache-storm-x.x.x-rcx https://dist.apache.org/repos/dist/release/storm/apache-storm-x.x.x`. This will make the release artifacts available on dist.apache.org and the artifacts will start replicating to mirrors.
 
 2. Go to http://repository.apache.org and release the staging repository
 
@@ -104,4 +104,4 @@ It's also preferable to set up a standalone secure Apache Storm cluster and test
 Don't feel the pressure to do everything listed above. After you finish your review, reply to the corresponding email thread with your vote, summarize the work you have performed and elaborate the issues
 you have found if any. Also please feel free to update the checklist if you think anything important is missing there. 
 
-Your contribution is very much appreciated.  
\ No newline at end of file
+Your contribution is very much appreciated.