[x] Close vote and post vote results to the developer mailing list (wait at least for 72 hours, at least 3 +1 votes required for release, sign mail using same GPG key that was used to sign release)
Publishing
Copy the release artifacts from the staging spot to the dist spot in SVN
[x] Copy the release artifacts from the staging spot to the dist spot in SVN
svn mv -m "Move final release candidate to dist spot" https://dist.apache.org/repos/dist/dev/uima/ruta-3.3.0-RC-202302131513-1df286f https://dist.apache.org/repos/dist/release/uima/ruta-3.3.0
[x] Copy existing Eclipse update site to the archive spot
svn copy -m "Create eclipse plugin archive for ruta 3.2.0" https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/ruta https://dist.apache.org/repos/dist/release/uima/archive-eclipse-update-site/ruta-3.2.0
[x] Delete existing Eclipse update site
svn rm -m "Removing previous update site to make space for new one" https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/ruta
[x] Move the new update site from staging spot to release spot
svn mv -m "Installing Ruta 3.3.0 update site from accepted RC1" https://dist.apache.org/repos/dist/release/uima/ruta-3.3.0/eclipse-update-site/ https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/ruta
[x] Create a new git tag e.g. rel/ruta-3.3.0 and remove the one not prefixed with rel
[x] Merge the release preparation pull request
[x] Update website
[x] Close the release in the issue tracker
[x] Post release announcement to announce@apache.org (Cc: dev@uima.apache.org, user@uima.apache.org — once release has arrived at https://repo1.maven.org/maven2/org/apache/uima/uimaj-core/ — sign mail using same GPG key that was used to sign release)
Preparations
Building
.m2
repository-Papache-release
issuesFixed
if it looks okmvn -DautoVersionSubmodules=true release:prepare release:perform
)Staging
Voting
Publishing Copy the release artifacts from the staging spot to the dist spot in SVN
svn mv -m "Move final release candidate to dist spot" https://dist.apache.org/repos/dist/dev/uima/ruta-3.3.0-RC-202302131513-1df286f https://dist.apache.org/repos/dist/release/uima/ruta-3.3.0
svn copy -m "Create eclipse plugin archive for ruta 3.2.0" https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/ruta https://dist.apache.org/repos/dist/release/uima/archive-eclipse-update-site/ruta-3.2.0
svn rm -m "Removing previous update site to make space for new one" https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/ruta
svn mv -m "Installing Ruta 3.3.0 update site from accepted RC1" https://dist.apache.org/repos/dist/release/uima/ruta-3.3.0/eclipse-update-site/ https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/ruta
rel/ruta-3.3.0
and remove the one not prefixed withrel