This page is for Geotk release managers only. It describes how to create and deploy the Geotoolkit.org Maven artifacts, create the bundles, javadoc, list of API changes and push those documents on the web server.
See GeoAPI tools
If the GeoAPI version number has changed, edit the version number declared in the update-version.xml file. Then define the Geotk version numbers and the deployment server:
export OLD_VERSION="3.19" export NEW_VERSION="3.20" export GEOTK_SERVER=(... insert foo@server.com here ...)
Search for the old version number in all .apt and .xml files. Replace them by the new version numbers. The files to be updated include the download.apt page, the run.apt page, the OpenOffice.org addin description.xml and update.xml files, and various index.apt pages.
Finally, run the script after making sure that the tests pass:
cd public mvn clean test ../release/release.sh