Release Process: * Run svn update * Change project.properties compass-version to the actual version number (it should probably already be set) * Change docs/reference/src/compass.xml releaseInfo to the actual version number (it should probably already be set) * Change readme.txt to the version number (it should probably already be set) * update upgrade.txt * Run ant clean * Run ant release * Extract compass-x.y-with-dependencies - Verify the samples - Run ant tests * Run svn commit * Tag using svn copy, branch if required * Upload the release files (zip files) to sourceforge. * Run "ant mvn" and Upload the jars into repo.compass-project.org. * Upload the new documentation to compass-project site. * Upload new schema and dtd files. * Update the Compass homepage with links to the new release. * Change project.properties compass-version to the next version * Change docs/reference/src/compass.xml releaseInfo to the next version * Change readme.txt to the next version * Release the actual version in Jira * Run svn commit