On Sat, 2017-10-07 at 20:59 +0000, [email protected] wrote: > Repository: httpcomponents-core > Updated Branches: > refs/heads/4.4.8 [created] 8bae24e5d > >
Gary, Why do we need a 4.4.8 branch? Why do 4.4.8-RC1 and 4.4.8 tags point to different commits? --- oleg@ok2c:~/src/apache.org/httpcomponents/httpcore$ git describe 4.4.8- RC1 --long 4.4.8-RC1-0-g6a16ab53b oleg@ok2c:~/src/apache.org/httpcomponents/httpcore$ git describe 4.4.8 --long 4.4.8-0-g86b376743 --- This is wrong. Oleg > Set version to 4.4.8 (not sure why it was not already.) > > Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/r > epo > Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/co > mmit/8bae24e5 > Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree > /8bae24e5 > Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff > /8bae24e5 > > Branch: refs/heads/4.4.8 > Commit: 8bae24e5d87003960c87ce9c0f45d1b268149cbc > Parents: 86b3767 > Author: Gary Gregory <[email protected]> > Authored: Sat Oct 7 14:58:45 2017 -0600 > Committer: Gary Gregory <[email protected]> > Committed: Sat Oct 7 14:58:45 2017 -0600 > > ------------------------------------------------------------------- > --- > httpcore-ab/pom.xml | 2 +- > httpcore-nio/pom.xml | 2 +- > httpcore-osgi/pom.xml | 2 +- > httpcore/pom.xml | 2 +- > pom.xml | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > ------------------------------------------------------------------- > --- > > > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/8bae2 > 4e5/httpcore-ab/pom.xml > ------------------------------------------------------------------- > --- > diff --git a/httpcore-ab/pom.xml b/httpcore-ab/pom.xml > index 3446f68..999d2bd 100644 > --- a/httpcore-ab/pom.xml > +++ b/httpcore-ab/pom.xml > @@ -28,7 +28,7 @@ > <parent> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpcomponents-core</artifactId> > - <version>4.4.9-SNAPSHOT</version> > + <version>4.4.8</version> > </parent> > <artifactId>httpcore-ab</artifactId> > <name>Apache HttpCore Benchmarking Tool</name> > > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/8bae2 > 4e5/httpcore-nio/pom.xml > ------------------------------------------------------------------- > --- > diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml > index dc2bcc8..4cb5a6c 100644 > --- a/httpcore-nio/pom.xml > +++ b/httpcore-nio/pom.xml > @@ -28,7 +28,7 @@ > <parent> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpcomponents-core</artifactId> > - <version>4.4.9-SNAPSHOT</version> > + <version>4.4.8</version> > </parent> > <artifactId>httpcore-nio</artifactId> > <name>Apache HttpCore NIO</name> > > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/8bae2 > 4e5/httpcore-osgi/pom.xml > ------------------------------------------------------------------- > --- > diff --git a/httpcore-osgi/pom.xml b/httpcore-osgi/pom.xml > index d85811d..674ffc0 100644 > --- a/httpcore-osgi/pom.xml > +++ b/httpcore-osgi/pom.xml > @@ -28,7 +28,7 @@ > <parent> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpcomponents-core</artifactId> > - <version>4.4.9-SNAPSHOT</version> > + <version>4.4.8</version> > </parent> > <artifactId>httpcore-osgi</artifactId> > <name>Apache HttpCore OSGi bundle</name> > > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/8bae2 > 4e5/httpcore/pom.xml > ------------------------------------------------------------------- > --- > diff --git a/httpcore/pom.xml b/httpcore/pom.xml > index 97e70be..ae2606d 100644 > --- a/httpcore/pom.xml > +++ b/httpcore/pom.xml > @@ -28,7 +28,7 @@ > <parent> > <groupId>org.apache.httpcomponents</groupId> > <artifactId>httpcomponents-core</artifactId> > - <version>4.4.9-SNAPSHOT</version> > + <version>4.4.8</version> > </parent> > <artifactId>httpcore</artifactId> > <name>Apache HttpCore</name> > > http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/8bae2 > 4e5/pom.xml > ------------------------------------------------------------------- > --- > diff --git a/pom.xml b/pom.xml > index 6c777f4..46ecad9 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -34,7 +34,7 @@ > <modelVersion>4.0.0</modelVersion> > <artifactId>httpcomponents-core</artifactId> > <name>Apache HttpComponents Core</name> > - <version>4.4.9-SNAPSHOT</version> > + <version>4.4.8</version> > <description>Apache HttpComponents Core is a library of components > for building HTTP enabled services</description> > <url>http://hc.apache.org/httpcomponents-core</url>; > <inceptionYear>2005</inceptionYear> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
