I can conform that shindig is setup to work for the maven release
plugin and that is how I have done the branch.
The only gotya is where there are version references not managed by
maven or in sub projects that are not known to the build.
Ian
On 13 Dec 2008, at 09:24, Vincent Siveton wrote:
Hi Chris,
2008/12/12 Chris Chabot <chab...@google.com>:
Yeah I believe we do too, but alas my knowledge of maven and the
related
config files is non existent, so I'm still hoping for someone to go
ahead
and do that :)
In the Maven project (I am a PMC guy), we use the following procedure:
http://maven.apache.org/developers/release/releasing.html
Basically:
mvn release:prepare
mvn release:perform
Staging repo at http://people.apache.org/~YOUR_APACHE_USERNAME/staging-repo
VOTE
mvn stage:copy
Also, for GPG key, have a glance to:
http://maven.apache.org/developers/release/pmc-gpg-keys.html
HTH
Vincent