DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
This is the new release process for Apache Felix, based on the updated Maven process
Prerequisites
To prepare or perform a release you MUST BE at least an Apache Felix Committer.
...
If the vote is unsuccessful, you need to fix the issues and restart the process - see Canceling the Release.
If the vote is successful, you need to promote and distribute the release - see Promoting the Release.
Canceling the Release
If the vote fails, or you decide to redo the release:
- remove the release tag from Subversion (
svn del ...) - login to https://repository.apache.org using your Apache SVN credentials. Click on Staging on the left. Then click on org.apache.felix in the list of repositories. In the panel below you should see a closed repository that is linked to your username and IP (if it's not yet closed you need to right click and select Close). Right click on this repository and select Drop.
- rollback the version in the
pom.xmland commit any fixes you need to make
Promoting the Release
If the vote is successfulpasses:
- copy the released artifacts to the Felix dist directory (
/www.apache.org/dist/felix) onpeople.apache.org - delete the old release from the Felix dist directory (it's archived)
- login to https://repository.apache.org with your Apache SVN credentials. Click on Staging. Find your closed staging repository, right click on it and choose Promote. Select the Releases repository from the drop-down list and click Promote.
- next click on Repositories, select the Releases repository and validate that your artifacts are all there
- if you're releasing bundles, you can also add them to the Felix Release OBR (see Appendix C).
- update the news section on the website
- update the download page on the website to point to the new release.
...