Instructions
- Update the pdf of the online documentation and commit it
- Checkout a fresh SVN version
- Change the release version information
"files to change"
./build.properties:
groovyVersion = 1.1-beta-3
.pom.xml:
<version>1.1-beta-3</version>
- Tag SVN with that new release
- Call ant distribution
- Upload all the zips and the jars to the WebDAV distribution site
You can use rsync -vlogDrzP ./target/dist/* $user@groovy.codehaus.org:/projects/groovy/dist/, but this will not copy the files ot the right place, you still need a webdav client to move them into subdirectories
- Deploy for Maven: http://groovy.codehaus.org/Building+Groovy+from+Source
- Upload the javadocs through rsync to the WebDAV web site:
for example rsync -vlogDrzP ./target/html/* $user@groovy.codehaus.org:/projects/groovy/web/ - Update the download links: http://docs.codehaus.org/display/GROOVY/Download
- Announce the release
- Update the release version information to the next snapshot
Labels