Instructions
- Update the pdf of the online documentation and commit it
- Checkout a fresh SVN version
- Change the release version information
./build.properties: groovyVersion = 1.1-beta-3 .pom.xml: <version>1.1-beta-3</version>{null
- Tag SVN with that new release
- Build zips and jars using:
You may need to set
ANT_OPTS=-Xmx512m(or similar) if you run out of memory when runningGroovyDoc. - Upload all the zips (but not jars) to the WebDAV distribution site (https://dav.codehaus.org/dist/groovy/distributions), for example, or through rsync if you're authorized:
(just check they are in the right place afterwards; you may still need a webdav client to move them into the right subdirectories if something goes wrong)
- Put m2 jars into right place for uptake into repo1 (see Publishing artifacts on Building Groovy from Source for more details):
(Note: there is currently some duplicated work done by 'ant dist' above and 'ant deploy' here which we need to eventually consolidate)
- Upload the javadocs through rsync to the WebDAV web site, for example:
- Update the download links: http://docs.codehaus.org/display/GROOVY/Download
- Announce the release
- Update the release version information to the next snapshot
Labels