From 4487f3e50a6d1a38c43e914a4815f77bcf5c455e Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 12 Dec 2016 10:18:44 -0500 Subject: [PATCH] NO-JIRA: Adding releasing information --- RELEASING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 0413ef17e9..600105fb9e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -109,6 +109,20 @@ svn co https://svn.apache.org/repos/infra/websites/production/activemq/content/a ``` +### Upload release + +Upload the binaries at this svn, using your apache id: + +```sh +https://dist.apache.org/repos/dist/release/activemq +``` + + +You may get the valid binaries from this maven central location: + +https://repo1.maven.org/maven2/org/apache/activemq/apache-artemis/${CURRENT-RELEASE} + + ## Common Pittfals Everything is documented at the Apache guide, but these are common issues you may go through: