You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2016/04/01 21:39:37 UTC

wicket git commit: Fix the version of Wicket in the quickstart.

Repository: wicket
Updated Branches:
  refs/heads/master 42b24d665 -> 77b4df63f


Fix the version of Wicket in the quickstart.

Update Jetty to 9.3.8


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

Branch: refs/heads/master
Commit: 77b4df63f44d00e9350068686e4b091f730f167f
Parents: 42b24d6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Apr 1 21:39:04 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Apr 1 21:39:04 2016 +0200

----------------------------------------------------------------------
 .../quickstart/src/main/resources/archetype-resources/pom.xml   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/77b4df63/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 f0e3874..9b46ac5 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -42,8 +42,8 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>7.0.0-SNAPSHOT</wicket.version>
-		<jetty9.version>9.3.5.v20151012</jetty9.version>
+		<wicket.version>8.0.0-SNAPSHOT</wicket.version>
+		<jetty9.version>9.3.8.v20160314</jetty9.version>
 		<log4j.version>2.5</log4j.version>
 		<junit.version>4.12</junit.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -90,6 +90,7 @@
 			<groupId>org.eclipse.jetty.aggregate</groupId>
 			<artifactId>jetty-all</artifactId>
 			<version>${jetty9.version}</version>
+			<classifier>uber</classifier>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>