cd to the checkout directory under /home/opensource
Releasing common-jbi-runtime and sip-utilities
run svn up to get the latest changes
run mvn release:clean release:prepare -DdryRun=true
verify files are correct.
run mvn release:clean release:prepare --batch-mode -Dusername=johndoe -Dpassword=password
This will actually create a tag for the release, 0.9.2, and commit the tag. Then it will increment your current projects version and commit those updates.
run mvn release:perform
deploys the release artifacts to the local checkout directory for the java.net maven2 repository.
run mvn deploy to deploy the snapshot artifacts required for external users (Sun CI) to build our components since Open-Jbi-Components depends on SNAPSHOT versions.
cd to /home/opensource/checkout/java.net.m2.repo/com/gestalt
run svn st | grep "?" | awk '{print $2}' | xargs svn add
Checkout the source for open-jbi-components (or specifically /open-jbi-components/packaging/release-package/ since it takes a long time to check out OJC)
Open and edit the file /open-jbi-components/packaging/release-package/pom.xml