[Logging Wiki] Update of "Log4j2ReleaseGuide" by RalphG oers
Apache Wiki <[email protected]> Fri, 09 Oct 2015 00:38:49 -0000
| Newsgroups | gmane.comp.apache.logging |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Logging Wiki" for change notification.
The "Log4j2ReleaseGuide" page has been changed by RalphGoers:
https://wiki.apache.org/logging/Log4j2ReleaseGuide?action=diff&rev1=34&rev2=35
1. Run {{{mvn -P release-notes generate-resources}}} to create the release notes.
1. Update {{{src/changes/changes.xml}}} with the release date.
1. Run {{{git add, git commit, and git push}}} to commit the {{{RELEASE-NOTES.txt}}} file that was just generated.
- 1. Run {{{mvn -P apache-release release:prepare release:perform}}} to start the release. Enter the password to your signing key when prompted.
+ 1. Run {{{mvn -P apache-release release:prepare release:perform -DreleaseVersion=n.n -DdevelopmentVersion=n.n-SNAPSHOT}}} to start the release. Enter the password to your signing key when prompted.
1. Login to http://repository.apache.org using your ASF credentials. Select "Staging Repositories" then check the {{{org.apache.logging}}} repository and close it.
1. Check out the release tag that was created via the Maven release plugin using {{{git checkout tags/tagname}}}.
1. Run {{{mvn site}}} in the tag directory. When that completes run {{{mvn site:stage -DstagingDirectory=$HOME/log4j}}} where {{{$HOME}}} is your home directory.