Dang, I just figured out that maven-surefire-plugin 2.20 -> 2.20.1 is required to build with Java 9 GA, for those of you who care.
Gary On Sun, Sep 24, 2017 at 12:27 PM, <[email protected]> wrote: > Repository: httpcomponents-parent > Updated Branches: > refs/heads/master 4b870fa9e -> e62933d3d > > > Add comment for version 10. > > Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/repo > Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents- > parent/commit/e62933d3 > Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents- > parent/tree/e62933d3 > Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents- > parent/diff/e62933d3 > > Branch: refs/heads/master > Commit: e62933d3d10f3289661f5a2145794240e11153db > Parents: 4b870fa > Author: Gary Gregory <[email protected]> > Authored: Sun Sep 24 12:27:21 2017 -0600 > Committer: Gary Gregory <[email protected]> > Committed: Sun Sep 24 12:27:21 2017 -0600 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/httpcomponents- > parent/blob/e62933d3/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index cdd2244..4e555d5 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -46,7 +46,7 @@ > Version 10 - changes since version 9 > ==================================== > > -maven-surefire-plugin 2.20 -> 2.20.1 > +maven-surefire-plugin 2.20 -> 2.20.1 (required to build with Java 9 GA.) > > Version 9 - changes since version 8 > =================================== > >
