I have done a test RC1 tag, but I appear to be unable to do a release
perform, as my packet latency to people.apache.org is a bit high and
lots of things time out (packet latency between 400 - 4000 ms with
some loss)
If you or someone else could do the perform it would be greatly
appreciated.
Ian
On 13 Dec 2008, at 23:02, Vincent Siveton wrote:
Hi Ian,
I could help you if you need, just ping me.
Cheers,
Vincent
2008/12/12 Ian Boston <i...@tfd.co.uk>:
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