This is an automated email from the ASF dual-hosted git repository.
rabreu 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 3c48f993b Update RELEASING.md
3c48f993b is described below
commit 3c48f993b79aec20bd5647f354ce558f797a54b2
Author: reiabreu <[email protected]>
AuthorDate: Thu Jul 18 14:31:41 2024 +0100
Update RELEASING.md
---
RELEASING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASING.md b/RELEASING.md
index 30db75355..f3e916a2f 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -64,7 +64,7 @@ starting with "[maven-release-plugin]" and it will also
create and publish a git
3. Once you get a successful maven release, a “staging repository” will be
created at http://repository.apache.org
in the “open” state, meaning it is still writable. You will need to close it,
making it read-only. You can find more
-information on this step
[here](www.apache.org/dev/publishing-maven-artifacts.html).
+information on this step
[here](https://infra.apache.org/publishing-maven-artifacts.html).
4. Checkout to the git tag that was published by Step 1 above, e.g. `git
checkout tags/v2.6.0 -b v2.6.0`.
Then build it with `mvn clean install -DskipTests`. Run `mvn package` for
`storm-dist/binary` and `storm-dist/source`