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 2015/10/06 22:34:16 UTC

wicket git commit: ... and the version itself

Repository: wicket
Updated Branches:
  refs/heads/master 49c40a24e -> 6f46a3e75


... and the version itself


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

Branch: refs/heads/master
Commit: 6f46a3e75868f4570b2c9d4924e8b5c850972e1d
Parents: 49c40a2
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Oct 6 22:34:00 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Oct 6 22:34:00 2015 +0200

----------------------------------------------------------------------
 .../resources/archetype-resources/src/main/webapp/WEB-INF/web.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/6f46a3e7/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
index 8a3ed20..0f9598a 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/web-app_3_1.xsd"
-	version="2.5">
+	version="3.1">
 
 	<display-name>${artifactId}</display-name>