You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "John D. Ament" <jo...@apache.org> on 2015/05/20 19:13:14 UTC

Branch Status?

All,

I was wondering if someone could help clarify the current branch status.

I remember a few months ago we had a 1.0.1 release.
Then master went to 1.0.1_1 for some reason.
Now master's back to 1.0.1.

We still have 2.0 branches.

I have a request to add SSL support to our cassandra connector, and wanted
it against 1.x, but wanted to figure out what was where before I start
tackling it.

John

Re: Branch Status?

Posted by Dave <sn...@gmail.com>.
When we did the 1.0.1 release, I used our release script (which is based on
the Aurora release script). After that the Maven POMs should have been
updated to 1.0.2-SNAPSHOT, but I think they were left at 1.0.1 and the
somebody mistakenly bumped the number to 1.0.1_1.

Here's my take on branch status:

master - this is the stable Usergrid 1.x.x branch. It contains a number of
small fixes made since the 1.0.1 release and I believe the Maven POMs for
the Stack should be set to version 1.0.2-SNAPSHOT. I think master is
basically ready for release as 1.0.2.

two-dot-o - this is the stable Usergrid 2.x.x branch. The Maven POMs for
the stack should be setup to 2.0.0-SNAPSHOT if they are not already set.

two-dot-o-dev - this is a development branch where we have been working to
improve the ways that Usergrid uses ElasticSearch based on what we've
learned from testing the Usergrid 2 code under load.  IMO, once this is
merged into two-dot-o dev we should starting talking about a 2.0 release.

Hope that helps.

- Dave


On Wed, May 20, 2015 at 1:13 PM John D. Ament <jo...@apache.org> wrote:

> I was wondering if someone could help clarify the current branch status.
>
> I remember a few months ago we had a 1.0.1 release.
> Then master went to 1.0.1_1 for some reason.
> Now master's back to 1.0.1.
>
> We still have 2.0 branches.