Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Oleg Kalnichevski
On Thu, 2017-09-28 at 15:20 -0600, Gary Gregory wrote: > ... > > Which gave me: > > Unexpected version: 4.4.8-SNAPSHOT > > How do I clean up this "4.4.7-RC1-15-g774d9b1" ? > 1. Please pull the latest code. I made 3 commits out of previous 8. 2. Remove you local RC tag git tag -d

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 3:20 PM, Gary Gregory wrote: > > > On Thu, Sep 28, 2017 at 3:19 PM, Gary Gregory > wrote: > >> >> >> On Thu, Sep 28, 2017 at 3:18 PM, Oleg Kalnichevski >> wrote: >> >>> On Thu, 2017-09-28 at 15:16 -0600,

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 3:19 PM, Gary Gregory wrote: > > > On Thu, Sep 28, 2017 at 3:18 PM, Oleg Kalnichevski > wrote: > >> On Thu, 2017-09-28 at 15:16 -0600, Gary Gregory wrote: >> > On Thu, Sep 28, 2017 at 3:14 PM, Oleg Kalnichevski

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 3:18 PM, Oleg Kalnichevski wrote: > On Thu, 2017-09-28 at 15:16 -0600, Gary Gregory wrote: > > On Thu, Sep 28, 2017 at 3:14 PM, Oleg Kalnichevski > > wrote: > > > > > On Thu, 2017-09-28 at 15:07 -0600, Gary Gregory wrote: > > > > On

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Oleg Kalnichevski
On Thu, 2017-09-28 at 15:16 -0600, Gary Gregory wrote: > On Thu, Sep 28, 2017 at 3:14 PM, Oleg Kalnichevski > wrote: > > > On Thu, 2017-09-28 at 15:07 -0600, Gary Gregory wrote: > > > On Thu, Sep 28, 2017 at 3:05 PM, Oleg Kalnichevski > > org> > > > wrote: > >

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 3:14 PM, Oleg Kalnichevski wrote: > On Thu, 2017-09-28 at 15:07 -0600, Gary Gregory wrote: > > On Thu, Sep 28, 2017 at 3:05 PM, Oleg Kalnichevski > > wrote: > > > > > On Thu, 2017-09-28 at 14:54 -0600, Gary Gregory wrote: > > > > I

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Oleg Kalnichevski
On Thu, 2017-09-28 at 15:07 -0600, Gary Gregory wrote: > On Thu, Sep 28, 2017 at 3:05 PM, Oleg Kalnichevski > wrote: > > > On Thu, 2017-09-28 at 14:54 -0600, Gary Gregory wrote: > > > I just ran: > > > > > > gradlew -q -b release.gradle releaseDetails > > > > > > and got: > >

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 3:05 PM, Oleg Kalnichevski wrote: > On Thu, 2017-09-28 at 14:54 -0600, Gary Gregory wrote: > > I just ran: > > > > gradlew -q -b release.gradle releaseDetails > > > > and got: > > > > Project directory C:\vcs\git\apache\httpcomponents\httpcomponents- > >

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Oleg Kalnichevski
On Thu, 2017-09-28 at 14:54 -0600, Gary Gregory wrote: > I just ran: > > gradlew -q -b release.gradle releaseDetails > > and got: > > Project directory C:\vcs\git\apache\httpcomponents\httpcomponents- > core-4.4.x > Git branch 4.4.x > Release tag *4.4.7-RC1*-15-g774d9b1 > > Apache

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
I just ran: gradlew -q -b release.gradle releaseDetails and got: Project directory C:\vcs\git\apache\httpcomponents\httpcomponents-core-4.4.x Git branch 4.4.x Release tag *4.4.7-RC1*-15-g774d9b1 Apache HttpComponents Core 4.4.8-SNAPSHOT - module httpcore - module httpcore-nio - module

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Oleg Kalnichevski
On Thu, 2017-09-28 at 22:19 +0200, Philippe Mouawad wrote: > Hi Gary, > As you're doing the job, I have nothing to say. > But IMHO, this is maybe too early. > There is no harm in releasing often as long as we have a release manager willing to do the job. Cheers Oleg > Regards > Philippe > >

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 2:19 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hi Gary, > As you're doing the job, I have nothing to say. > But IMHO, this is maybe too early. > Hi, By what metric? I'd rather ship a product with a release than a SNAPSHOT. If I can get git and gpg to

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Philippe Mouawad
Hi Gary, As you're doing the job, I have nothing to say. But IMHO, this is maybe too early. Regards Philippe On Thu, Sep 28, 2017 at 10:08 PM, Gary Gregory wrote: > On Thu, Sep 28, 2017 at 2:03 PM, Philippe Mouawad < > philippe.moua...@gmail.com> wrote: > > > Hello

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Gary Gregory
On Thu, Sep 28, 2017 at 2:03 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Hello Gary, > Isn't it too early to release a 4.4.8 ? > > What are the new features compared to 4.4.7 ? > This is the current change log: Changelog --- * HTTPCORE-492: Make

Re: Releasing HttpCore 4.4.8

2017-09-28 Thread Philippe Mouawad
Hello Gary, Isn't it too early to release a 4.4.8 ? What are the new features compared to 4.4.7 ? Thanks On Thu, Sep 28, 2017 at 10:00 PM, Gary Gregory wrote: > Hi All: > > I'd like to try my hand at releasing HttpCore 4.4.8 to pick up changes I > need at work. > >