You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2016/09/29 05:08:55 UTC

wicket git commit: Downgrading Jetty's version to the most recent 7.6.x one that is released for both aggregate and jetty-maven-plugin

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 <pe...@apache.org>
Authored: Thu Sep 29 02:04:47 2016 -0300
Committer: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
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>


Re: wicket git commit: Downgrading Jetty's version to the most recent 7.6.x one that is released for both aggregate and jetty-maven-plugin

Posted by Tobias Soloschenko <to...@googlemail.com>.
Good Catch Pedro! Thanks also from me!

kind regards

Tobias

> Am 29.09.2016 um 08:50 schrieb Martin Grigorov <mg...@apache.org>:
> 
> Thanks, Pedro!
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
>> On Thu, Sep 29, 2016 at 7:08 AM, <pe...@apache.org> 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 <pe...@apache.org>
>> Authored: Thu Sep 29 02:04:47 2016 -0300
>> Committer: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
>> 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>
>> 
>> 

Re: wicket git commit: Downgrading Jetty's version to the most recent 7.6.x one that is released for both aggregate and jetty-maven-plugin

Posted by Martin Grigorov <mg...@apache.org>.
Thanks, Pedro!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Sep 29, 2016 at 7:08 AM, <pe...@apache.org> 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 <pe...@apache.org>
> Authored: Thu Sep 29 02:04:47 2016 -0300
> Committer: Pedro Henrique Oliveira dos Santos <pe...@apache.org>
> 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>
>
>