Thanks, Pedro! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov
On Thu, Sep 29, 2016 at 7:08 AM, <[email protected]> wrote: > Repository: wicket > Updated Branches: > refs/heads/wicket-6.x 664424a61 -> ea9943259 > > > Downgrading Jetty's version to the most recent 7.6.x one that is released > for both aggregate and jetty-maven-plugin > > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ea994325 > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ea994325 > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ea994325 > > Branch: refs/heads/wicket-6.x > Commit: ea9943259a6f4cbc2c7418396ff0709fdeb6740a > Parents: 664424a > Author: Pedro Henrique Oliveira dos Santos <[email protected]> > Authored: Thu Sep 29 02:04:47 2016 -0300 > Committer: Pedro Henrique Oliveira dos Santos <[email protected]> > Committed: Thu Sep 29 02:04:47 2016 -0300 > > ---------------------------------------------------------------------- > .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- > pom.xml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ea994325/archetypes/ > quickstart/src/main/resources/archetype-resources/pom.xml > ---------------------------------------------------------------------- > diff --git > a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > index 2afc433..3fdb281 100644 > --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml > @@ -43,7 +43,7 @@ > </licenses> > <properties> > <wicket.version>6.22.0-SNAPSHOT</wicket.version> > - <jetty.version>7.6.21.v20160908</jetty.version> > + <jetty.version>7.6.16.v20140903</jetty.version> > <project.build.sourceEncoding>UTF-8</project.build. > sourceEncoding> > <!-- allowed values: R7, 1.0, 1.5, 2.0 or none --> > <wtp.version>none</wtp.version> > > http://git-wip-us.apache.org/repos/asf/wicket/blob/ea994325/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 1d3ac86..666b923 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -36,7 +36,7 @@ > <project.reporting.outputEncoding>UTF-8</project. > reporting.outputEncoding> > > <!-- Project Versions --> > - <jetty.version>7.6.21.v20160908</jetty.version> > + <jetty.version>7.6.16.v20140903</jetty.version> > <jetty9.version>9.0.6.v20130930</jetty9.version> > <spring.version>3.0.7.RELEASE</spring.version> > <maven.compiler.source>1.6</maven.compiler.source> > >
