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
commit 65772dda59583b8d89d84b845f88b7ad40f74b73 Author: Robert Munteanu <[email protected]> AuthorDate: Wed May 9 14:06:09 2018 +0300 Clarify release management steps for the IDE Tooling --- .../jbake/content/documentation/development/release-management.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/jbake/content/documentation/development/release-management.md b/src/main/jbake/content/documentation/development/release-management.md index 7d705b6..dbe409b 100644 --- a/src/main/jbake/content/documentation/development/release-management.md +++ b/src/main/jbake/content/documentation/development/release-management.md @@ -333,12 +333,13 @@ Once the release has passed, the following must be done: 1. announce the result of the vote, see [Wait for the results](#wait-for-the-results) 1. update versions in jira, see [Update JIRA](#update-jira) -1. upload *p2update.zip* to https://dist.apache.org/repos/dist/release/sling/ +1. upload *p2update.zip* to https://dist.apache.org/repos/dist/release/sling/1.0.2 1. upload unzipped update site to https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2 1. upload the source bundle to https://dist.apache.org/repos/dist/release/sling/eclipse/1.0.2 - 1. create GPG signatures and checksums for all uploaded jars using the `tooling/ide/sign.sh` script + 1. create GPG signatures and checksums for all uploaded jars using the `ide-tooling/sign.sh` script 1. update https://dist.apache.org/repos/dist/release/sling/eclipse/composite\{Content,Artifacts}.xml to point version 1.0.2 -1. archive the old artifact versions but leave pointers to archive.apache.org, using compositeArtifacts.xml/compositeContent.xml , with a single child entry pointing to https://archive.apache.org/dist/sling/eclipse/1.0.0/ + 1. The timestamps in the composite xml files should be refreshed to "now", for instance by using the value of ``echo "`date +%s`000"`` +1. remove the old artifact versions but leave pointers to archive.apache.org, using compositeArtifacts.xml/compositeContent.xml , with a single child entry pointing to https://archive.apache.org/dist/sling/eclipse/1.0.0/ 1. remove the staged artifacts from https://dist.apache.org/repos/dist/dev/sling/ide-tooling-1.0.2 1. update the news page and the download pages 1. update the Eclipse Marketplace listing -- To stop receiving notification emails like this one, please contact [email protected].
