Instructions
- checkout a fresh SVN version
- change the release version information
"files to change"
./src/main/org/codehaus/groovy/tools/FileSystemCompiler.java: System.err.println("Groovy compiler version 1.1-beta-2"); ./build.properties: groovyVersion = 1.1-beta-2 ./config/maven/groovy.pom: <version>1.1-beta-2</version> - tag SVN with that new release
- call ant distribution
- upload all the zips and the jars to the WebDAV distribution site
- upload the javadocs through rsync to the WebDAV web site:
for example rsync -vlogDrzP ./target/html/* $user@groovy.codehaus.org:/projects/groovy/web/ - announce the release
- update the release version information to the next snapshot
Labels