Not all projects are subject to a full release. The j2me-pom project for example does not have a changelog nor a site, nor is it released on SourceForge. The btw-main project is a simple snapshot of the main site - it will always stay at 1.0 version. Other projects are released as described below.
Let's say that we have a 0.4-SNAPSHOT version in trunk. The following steps should be used to create a release:
Create a branch from the tag, for minor bugfix updates. This branch should be placed in branches/branch-0.4.1 :
svn copy https://btw.svn.sourceforge.net/svnroot/btw/PROJECT/tags/PROJECT-0.4 \ https://btw.svn.sourceforge.net/svnroot/btw/PROJECT/branches/branch-0.4.1 \ -m "Creating a branch of tag PROJECT-0.4."
Update the pom.xml file in this branch and set its version to 0.4.1-SNAPSHOT , and the SCM URL to branches/branch-0.4.1 .