Re: A script to automate the steps to create a SCA Java release was: Re: svn commit: r593259 - /incubator/tuscany/java/etc/release-sca.sh

2007-11-11 Thread Venkata Krishnan
Thanks a ton, Raymond. This is surely going to be helpful. - Venkat On Nov 9, 2007 12:42 AM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I wrote a shell script to automate the steps to create a SCA java release. * Run svn copy to check out the release branch into a RC tag * Replace the

A script to automate the steps to create a SCA Java release was: Re: svn commit: r593259 - /incubator/tuscany/java/etc/release-sca.sh

2007-11-08 Thread Raymond Feng
Hi, I wrote a shell script to automate the steps to create a SCA java release. * Run svn copy to check out the release branch into a RC tag * Replace the version id by removing SNAPSHOT (I'm using sed at this moment and it can be replaced by maven release plugin) * Generate a RAT report *