21.7.7 Post release work
21.7.7.1 Announce
- Send a mail to the discuss mailing-list.
- Follow up with notices on blog, twitter, facebook, relevant sites... (and reference the announce-mail itself)
Don't forget to update possible 'current release' references on the own website kauriproject.org
21.7.7.2 Apidocs
21.7.7.3 These are generated with maven site plugin
$ mvn site-deploy
21.7.7.4 should make you happy. Published site should be in
http://kauriproject.org/maven-site
Docs
- Clone the kauri-docs-trunk branch into a snapshot kauri-docs-{release}.
- Make a new kauri-docs-{release} site
- Double-check the javadoc: URI path in the skinconf to point to the actual uploaded apidocs in the maven-site above
- Update the links and release numbers on the http://docs.outerthought.org main home page
- Generate a daisy-book with all the docs, reference it from the documentation home of the new site.
21.7.7.5 Update release on daily-builds
These are provided through Hudson running at ci.outerthought.org,
Select the job KAURI_DAILY_RELEASE, choose configure, and change the version number to whatever the new upcoming version number is (matching the one in the pom)
Previous