Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 3798d0fc3 -> 6f530a925


Update Jetty and Log4j 2.x for the quickstart and examples


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/6f530a92
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/6f530a92
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/6f530a92

Branch: refs/heads/wicket-7.x
Commit: 6f530a925c25006a80cc97c5a30bca66a471cfe8
Parents: 3798d0f
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Fri Sep 9 22:26:28 2016 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Fri Sep 9 22:26:28 2016 +0200

----------------------------------------------------------------------
 .../quickstart/src/main/resources/archetype-resources/pom.xml  | 6 +++---
 pom.xml                                                        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6f530a92/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 9cb6e7b..bed8cd2 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -42,9 +42,9 @@
                </license>
        </licenses>
        <properties>
-               <wicket.version>7.2.0-SNAPSHOT</wicket.version>
-               <jetty9.version>9.2.13.v20150730</jetty9.version>
-               <log4j.version>2.5</log4j.version>
+               <wicket.version>7.5.0-SNAPSHOT</wicket.version>
+               <jetty9.version>9.2.19.v20160908</jetty9.version>
+               <log4j.version>2.6.2</log4j.version>
                <junit.version>4.12</junit.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <!-- allowed values: R7, 1.0, 1.5, 2.0 or none -->

http://git-wip-us.apache.org/repos/asf/wicket/blob/6f530a92/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 71808d7..45842b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
 
                <!-- Project Versions -->
                <jacoco.version>0.7.4.201502262128</jacoco.version>
-               <jetty.version>8.1.16.v20140903</jetty.version>
+               <jetty.version>8.1.21.v20160908</jetty.version>
                <jetty9.version>9.0.7.v20131107</jetty9.version>
                <joda-time.version>2.9.4</joda-time.version>
                <junit.version>4.12</junit.version>

Reply via email to