> Update docs (version numbers, examples, documentation, front page news). ##### does not work: ./bin/prepare-release.sh (note, this fails for svn: '/home/inhuman/workspace' is not a working copy') > update pom version and commit mvn clean install (export PATH=$PATH:/usr/lib/firefox) mvn deploy svn copy https://svn.laughingpanda.org/svn/jdave/trunk/ https://svn.laughingpanda.org/svn/jdave/tags/0.5.0 -m "tag release" mvn-no-tests clean package assembly:assembly (in jdave-parent) scp ~/workspace/jdave-core/site/*[.html,.xml,.css] inhuman@www.laughingpanda.org:/var/www/localhost/htdocs/projects/jdave/ scp ~/workspace/jdave-core/site/specdox-sample/*.html inhuman@www.laughingpanda.org:/var/www/localhost/htdocs/projects/jdave/specdox-sample/ scp ~/workspace/jdave-core/site/images/*[.jpg,.gif,.png] inhuman@www.laughingpanda.org:/var/www/localhost/htdocs/projects/jdave/images/ scp target/jdave-parent-0.5.0.zip inhuman@www.laughingpanda.org:/var/www/localhost/htdocs/projects/jdave/bin/ cd jdave-core; mvn javadoc:javadoc mv target/site/apidocs target/site/api scp -r target/site/api inhuman@www.laughingpanda.org:/var/www/localhost/htdocs/projects/jdave/ > update pom versions to be x.x.x-SNAPSHOT Test: - gets downloaded with maven - links in site work