Re: incubator-ratis git commit: Update version to 0.11-SNAPSHOT.

2017-03-22 Thread Tsz Wo Sze
No problem.  I will start an email thread for our release plan.
Nicholas

On Tue, Mar 21, 2017 at 6:45 PM, Enis Söztutar  wrote:
> Thanks.
>
> Enis
>
> On Tue, Mar 21, 2017 at 6:24 PM, Tsz Wo Sze  wrote:
>>
>> Sure, let's revert the commit for now.  We should discuss our release
>> plan and versioning.
>>
>> Nicholas
>>
>> On Tue, Mar 21, 2017 at 6:14 PM, Enis Söztutar  wrote:
>> > You mean in the apache snapshots repo? Can't you delete the previous
>> > snapshot from there. Not sure why it will conflict since snapshot
>> > deployment is a standard for maven.
>> >
>> > We want the first release of ratis to be 0.1, not 0.11, so I will say we
>> > have to undo this.
>> >
>> > Enis
>> >
>> > On Tue, Mar 21, 2017 at 6:11 PM, Tsz Wo Sze  wrote:
>> >
>> >> I tried to deploy the current code (with shaded guava and netty) to
>> >> maven.  However, it conflicts with the existing 0.1-SNAPSHOT jar in
>> >> repo.  Therefore, I updated the rates version.
>> >>
>> >> Nicholas
>> >>
>> >> On Tue, Mar 21, 2017 at 5:57 PM, Enis Söztutar 
>> >> wrote:
>> >> > Nicolas, why are we doing this?
>> >> >
>> >> > Enis
>> >> >
>> >> > On Tue, Mar 21, 2017 at 5:56 PM,  wrote:
>> >> >
>> >> >> Repository: incubator-ratis
>> >> >> Updated Branches:
>> >> >>   refs/heads/master 183c64d51 -> ebe62d254
>> >> >>
>> >> >>
>> >> >> Update version to 0.11-SNAPSHOT.
>> >> >>
>> >> >>
>> >> >> Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
>> >> >> Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> >> commit/ebe62d25
>> >> >> Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> tree/ebe62d25
>> >> >> Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> diff/ebe62d25
>> >> >>
>> >> >> Branch: refs/heads/master
>> >> >> Commit: ebe62d25411ac62e74b49b14e4ad6535f29eb70b
>> >> >> Parents: 183c64d
>> >> >> Author: Tsz-Wo Nicholas Sze 
>> >> >> Authored: Tue Mar 21 17:56:19 2017 -0700
>> >> >> Committer: Tsz-Wo Nicholas Sze 
>> >> >> Committed: Tue Mar 21 17:56:19 2017 -0700
>> >> >>
>> >> >>
>> >> >> --
>> >> >>  pom.xml | 2 +-
>> >> >>  ratis-assembly/pom.xml  | 4 ++--
>> >> >>  ratis-client/pom.xml| 4 ++--
>> >> >>  ratis-common/pom.xml| 4 ++--
>> >> >>  ratis-examples/pom.xml  | 4 ++--
>> >> >>  ratis-grpc/pom.xml  | 4 ++--
>> >> >>  ratis-hadoop-shaded/pom.xml | 4 ++--
>> >> >>  ratis-hadoop/pom.xml| 4 ++--
>> >> >>  ratis-netty/pom.xml | 4 ++--
>> >> >>  ratis-proto-shaded/pom.xml  | 4 ++--
>> >> >>  ratis-server/pom.xml| 4 ++--
>> >> >>  11 files changed, 21 insertions(+), 21 deletions(-)
>> >> >>
>> >> >> --
>> >> >>
>> >> >>
>> >> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> >> blob/ebe62d25/pom.xml
>> >> >>
>> >> >> --
>> >> >> diff --git a/pom.xml b/pom.xml
>> >> >> index 7e0869f..6258acf 100644
>> >> >> --- a/pom.xml
>> >> >> +++ b/pom.xml
>> >> >> @@ -27,7 +27,7 @@
>> >> >>
>> >> >>ratis
>> >> >>org.apache.ratis
>> >> >> -  0.1-SNAPSHOT
>> >> >> +  0.11-SNAPSHOT
>> >> >>Ratis
>> >> >>pom
>> >> >>
>> >> >>
>> >> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> >> blob/ebe62d25/ratis-assembly/pom.xml
>> >> >>
>> >> >> --
>> >> >> diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
>> >> >> index 638b091..7b0b71d 100644
>> >> >> --- a/ratis-assembly/pom.xml
>> >> >> +++ b/ratis-assembly/pom.xml
>> >> >> @@ -19,14 +19,14 @@
>> >> >>
>> >> >>  ratis
>> >> >>  org.apache.ratis
>> >> >> -0.1-SNAPSHOT
>> >> >> +0.11-SNAPSHOT
>> >> >>  ..
>> >> >>
>> >> >>
>> >> >>ratis-assembly
>> >> >>org.apache.ratis
>> >> >>Ratis Project Assembly
>> >> >> -  0.1-SNAPSHOT
>> >> >> +  0.11-SNAPSHOT
>> >> >>
>> >> >>pom
>> >> >>
>> >> >>
>> >> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> >> blob/ebe62d25/ratis-client/pom.xml
>> >> >>
>> >> >> --
>> >> >> diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
>> >> >> index b4913b8..72f1e23 100644
>> >> >> --- a/ratis-client/pom.xml
>> >> >> +++ b/ratis-client/pom.xml
>> >> >> @@ -19,13 +19,13 @@
>> >> >>
>> >> >>  ratis
>> >> >>  org.apache.ratis
>> >> >> -0.1-SNAPSHOT
>> >> >> +0.11-SNAPSHOT
>> >> >>  ..
>> >> >>
>> >> >>
>> >> >>ratis-client
>> >> >>Ratis Client
>> >> >> -  0.1-SNAPSHOT
>> >> >> +  0.11-SNAPSHOT
>> >> >>
>> >> >>
>> >> >>  
>> >> >>
>> >> >> 

Re: incubator-ratis git commit: Update version to 0.11-SNAPSHOT.

2017-03-21 Thread Tsz Wo Sze
Sure, let's revert the commit for now.  We should discuss our release
plan and versioning.

Nicholas

On Tue, Mar 21, 2017 at 6:14 PM, Enis Söztutar  wrote:
> You mean in the apache snapshots repo? Can't you delete the previous
> snapshot from there. Not sure why it will conflict since snapshot
> deployment is a standard for maven.
>
> We want the first release of ratis to be 0.1, not 0.11, so I will say we
> have to undo this.
>
> Enis
>
> On Tue, Mar 21, 2017 at 6:11 PM, Tsz Wo Sze  wrote:
>
>> I tried to deploy the current code (with shaded guava and netty) to
>> maven.  However, it conflicts with the existing 0.1-SNAPSHOT jar in
>> repo.  Therefore, I updated the rates version.
>>
>> Nicholas
>>
>> On Tue, Mar 21, 2017 at 5:57 PM, Enis Söztutar  wrote:
>> > Nicolas, why are we doing this?
>> >
>> > Enis
>> >
>> > On Tue, Mar 21, 2017 at 5:56 PM,  wrote:
>> >
>> >> Repository: incubator-ratis
>> >> Updated Branches:
>> >>   refs/heads/master 183c64d51 -> ebe62d254
>> >>
>> >>
>> >> Update version to 0.11-SNAPSHOT.
>> >>
>> >>
>> >> Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
>> >> Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> commit/ebe62d25
>> >> Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> tree/ebe62d25
>> >> Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> diff/ebe62d25
>> >>
>> >> Branch: refs/heads/master
>> >> Commit: ebe62d25411ac62e74b49b14e4ad6535f29eb70b
>> >> Parents: 183c64d
>> >> Author: Tsz-Wo Nicholas Sze 
>> >> Authored: Tue Mar 21 17:56:19 2017 -0700
>> >> Committer: Tsz-Wo Nicholas Sze 
>> >> Committed: Tue Mar 21 17:56:19 2017 -0700
>> >>
>> >> --
>> >>  pom.xml | 2 +-
>> >>  ratis-assembly/pom.xml  | 4 ++--
>> >>  ratis-client/pom.xml| 4 ++--
>> >>  ratis-common/pom.xml| 4 ++--
>> >>  ratis-examples/pom.xml  | 4 ++--
>> >>  ratis-grpc/pom.xml  | 4 ++--
>> >>  ratis-hadoop-shaded/pom.xml | 4 ++--
>> >>  ratis-hadoop/pom.xml| 4 ++--
>> >>  ratis-netty/pom.xml | 4 ++--
>> >>  ratis-proto-shaded/pom.xml  | 4 ++--
>> >>  ratis-server/pom.xml| 4 ++--
>> >>  11 files changed, 21 insertions(+), 21 deletions(-)
>> >> --
>> >>
>> >>
>> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> blob/ebe62d25/pom.xml
>> >> --
>> >> diff --git a/pom.xml b/pom.xml
>> >> index 7e0869f..6258acf 100644
>> >> --- a/pom.xml
>> >> +++ b/pom.xml
>> >> @@ -27,7 +27,7 @@
>> >>
>> >>ratis
>> >>org.apache.ratis
>> >> -  0.1-SNAPSHOT
>> >> +  0.11-SNAPSHOT
>> >>Ratis
>> >>pom
>> >>
>> >>
>> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> blob/ebe62d25/ratis-assembly/pom.xml
>> >> --
>> >> diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml
>> >> index 638b091..7b0b71d 100644
>> >> --- a/ratis-assembly/pom.xml
>> >> +++ b/ratis-assembly/pom.xml
>> >> @@ -19,14 +19,14 @@
>> >>
>> >>  ratis
>> >>  org.apache.ratis
>> >> -0.1-SNAPSHOT
>> >> +0.11-SNAPSHOT
>> >>  ..
>> >>
>> >>
>> >>ratis-assembly
>> >>org.apache.ratis
>> >>Ratis Project Assembly
>> >> -  0.1-SNAPSHOT
>> >> +  0.11-SNAPSHOT
>> >>
>> >>pom
>> >>
>> >>
>> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> blob/ebe62d25/ratis-client/pom.xml
>> >> --
>> >> diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml
>> >> index b4913b8..72f1e23 100644
>> >> --- a/ratis-client/pom.xml
>> >> +++ b/ratis-client/pom.xml
>> >> @@ -19,13 +19,13 @@
>> >>
>> >>  ratis
>> >>  org.apache.ratis
>> >> -0.1-SNAPSHOT
>> >> +0.11-SNAPSHOT
>> >>  ..
>> >>
>> >>
>> >>ratis-client
>> >>Ratis Client
>> >> -  0.1-SNAPSHOT
>> >> +  0.11-SNAPSHOT
>> >>
>> >>
>> >>  
>> >>
>> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> blob/ebe62d25/ratis-common/pom.xml
>> >> --
>> >> diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml
>> >> index 6f8af13..3c4d696 100644
>> >> --- a/ratis-common/pom.xml
>> >> +++ b/ratis-common/pom.xml
>> >> @@ -19,13 +19,13 @@
>> >>
>> >>  ratis
>> >>  org.apache.ratis
>> >> -0.1-SNAPSHOT
>> >> +0.11-SNAPSHOT
>> >>  ..
>> >>
>> >>
>> >>ratis-common
>> >>Ratis Common
>> >> -  0.1-SNAPSHOT
>> >> +  0.11-SNAPSHOT
>> >>
>> >>
>> >>  
>> >>
>> >> http://git-wip-us.apache.org/repos/asf/incubator-ratis/
>> >> blob/ebe62d25/ratis-examples/pom.xml
>> >>