[VOTE SUCCESS] Release Apache Cassandra 2.0.0

2013-09-03 Thread Sylvain Lebresne
Including my own, I count 6 binding +1, 2 other +1 and no -1, the vote
passes.
I'll get the artifacts published.

--
Sylvain


On Sat, Aug 31, 2013 at 1:24 AM, Eric Evans  wrote:

> [ Sylvain Lebresne ]
> > The RC2 period has been relatively calm so far and in term of timing,
> we're
> > way
> > late on our "regular 6 month schedule". It's time to release that final
> and
> > thus I propose the following artifacts for release as 2.0.0.
> >
> > sha1: 03045ca22b11b0e5fc85c4fabd83ce6121b5709b
> > Git:
> >
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/2.0.0-tentative
> > Artifacts:
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-120/org/apache/cassandra/apache-cassandra/2.0.0/
> > Staging repository:
> >
> https://repository.apache.org/content/repositories/orgapachecassandra-120/
>
> +1
>
> > The artifacts as well as the debian package are also available here:
> > http://people.apache.org/~slebresne/
> >
> > The vote will be open for 72 hours (longer if needed).
> >
> > [1]: http://goo.gl/R8BxIz (CHANGES.txt)
> > [2]: http://goo.gl/gGCFnI (NEWS.txt)
>
> --
> Eric Evans
> eev...@sym-link.com
>


cassandra-2.0.0: both a tag and a branch name

2013-09-03 Thread Blair Zajac

$ git branch -a | grep cassandra-2.0.0
* cassandra-2.0.0
  remotes/origin/cassandra-2.0.0

$ git tag -l | grep cassandra-2.0.0cassandra-2.0.0
cassandra-2.0.0-beta1
cassandra-2.0.0-beta2
cassandra-2.0.0-rc1
cassandra-2.0.0-rc2

$ git checkout cassandra-2.0.0
warning: refname 'cassandra-2.0.0' is ambiguous.

Blair