You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2013/04/16 15:41:29 UTC

[1/6] git commit: Added release notes for 6.7.0

Updated Branches:
  refs/heads/build/wicket-6.7.0 [created] d7e5a0a58


Added release notes for 6.7.0


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

Branch: refs/heads/build/wicket-6.7.0
Commit: 36c932cc699f4e4737fae07efaf533e31f8e67bc
Parents: 4315a1c
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Mar 22 13:25:21 2013 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 18:08:43 2013 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/36c932cc/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index e5adfff..82e6ec2 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -2,6 +2,76 @@ This file contains all changes done in releases for Apache Wicket 6.x.
 
 =============================================================================
 
+Release Notes - Wicket - Version 6.7.0
+
+** Bug
+
+    * [WICKET-4803] - UrlDecoder should log a message when invalid input is provided
+    * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
+    * [WICKET-4903] - relativeUrl's begins with ./
+    * [WICKET-4907] - UrlResourceReference generates broken relative URLs
+    * [WICKET-4942] - Double slash '//' in starting url makes Url.parse output a relative Url
+    * [WICKET-4989] - WicketTester should send copies of its cookies 
+    * [WICKET-4995] - Using CryptoMapper causes page to render twice
+    * [WICKET-5039] - Manual invocation of FunctionsExecutor#notify() is broken
+    * [WICKET-5041] - DefaultCssAutoCompleteTextField should have Constructor (String id)
+    * [WICKET-5044] - Atmosphere + DateLabel
+    * [WICKET-5045] - Upgrade Atmosphere to 1.0.10
+    * [WICKET-5047] - Wicket Ajax: Inline script header contribution issue
+    * [WICKET-5048] - Inline enclosures don't work with different namespace
+    * [WICKET-5049] - Wicket Session may be null in SessionBindingListener after deserialization
+    * [WICKET-5052] - @SpringBean fails to invoke methods on bean with non-public methods
+    * [WICKET-5053] - "random" parameters is now "_" with jQuery Ajax
+    * [WICKET-5054] - Possible bug in org.apache.wicket.util.lang.Packages when building path with repeating names
+    * [WICKET-5055] - AutoComplete still triggers redundant events to registered change listener
+    * [WICKET-5061] - EnclosureHandler ignores wicket:xyz elements as children
+    * [WICKET-5067] - SelectOptions fails to render text on openClose tag
+    * [WICKET-5072] - Cookies#isEqual(Cookie, Cookie) may fail with NullPointerException
+    * [WICKET-5073] - UrlRenderer#removeCommonPrefixes() fails when contextPath+filterPrefix has more segments than the argument
+    * [WICKET-5075] - When modal window is closed page scrolls to top
+    * [WICKET-5076] - form#onSubmit() is called on just replaced nested forms
+    * [WICKET-5078] - RestartResponseException broken with page instance and bookmarkable page
+    * [WICKET-5080] - FilterToolbar.html contains javascript that is used elsewhere
+    * [WICKET-5082] - Ajax update renders parent/child JS in different order than initial Page render
+    * [WICKET-5085] - InlineEnclosure are piling up on each render
+    * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)
+    * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages
+    * [WICKET-5098] - PackageResourceBlockedException under Windows for *.js files in web app's own packages, not in jars
+    * [WICKET-5102] - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access
+    * [WICKET-5103] - Wicket session id not up to date when container changes session id
+
+** Improvement
+
+    * [WICKET-4115] - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.
+    * [WICKET-5005] - Add Utility to allow conversion from Panel (or Component) to html String
+    * [WICKET-5038] - Add equals() and hashcode() implementation to INamedParameters.NamedPair
+    * [WICKET-5046] - NumberTextField should use appropriate validator
+    * [WICKET-5050] - AutoComplete should not request suggestions if input is no longer active element
+    * [WICKET-5057] - FilteringHeaderResponse requires a usage of FilteringHeaderResponse.IHeaderResponseFilter for no reason when FilteredHeaderItem is used
+    * [WICKET-5062] - Update the list of HTML void elements with the latest HTML5 ones
+    * [WICKET-5065] - Improve UrlRenderer to be able to render urls without scheme and/or host 
+    * [WICKET-5066] - Allow PackageResource to decide itself whether it could be accepted or not
+    * [WICKET-5074] - Improvement for MockHttpServletRequest and FormTester to support 'multiple' input type of fileUpload
+    * [WICKET-5079] - Allow WebApplication-specific Spring configuration
+    * [WICKET-5088] - The Bootstrap class does not provide a handle for the CSSResourceReferences.
+    * [WICKET-5089] - Make MultiFileUploadField's ResourceReference JS public to be able to include in Application's getResourceBundles.
+    * [WICKET-5090] - Add path syntax to MarkupContainer#get( String )
+    * [WICKET-5091] - Extract the short names of the ajax attributes as a constants
+    * [WICKET-5095] - Upgrade Wicket Native WebSocket to Jetty 9.0.0
+    * [WICKET-5096] - Add setStep method to NumberTextField
+    * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
+    * [WICKET-5111] - Upgrade bootstrap to 2.3.1
+
+** Task
+
+    * [WICKET-5097] - Deprecate BaseWicketTester#startComponent(Component)
+
+** Test
+
+    * [WICKET-5042] - Cleanup FilteringHeaderResponseTest to make it more readable
+
+=============================================================================
+
 Release Notes - Wicket - Version 6.6.0
 
 ** Bug


[4/6] git commit: Changes to notice files and quickstart archetype

Posted by da...@apache.org.
Changes to notice files and quickstart archetype


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

Branch: refs/heads/build/wicket-6.7.0
Commit: dfd3270c26ec803d1177d202dc417fad94a2b1fe
Parents: 1dc7ab8
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:25:32 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:25:32 2013 +0200

----------------------------------------------------------------------
 NOTICE                                             |  102 +++++++-------
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 2 files changed, 52 insertions(+), 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dfd3270c/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 61a0b9b..5aaad50 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Wicket
-Copyright 2006-2012 The Apache Software Foundation
+Copyright 2006-2013 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -12,21 +12,62 @@ NB: DO NOT ADD LICENSES/NOTICES/ATTRIBUTIONS TO THIS FILE, BUT IN THE
     AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
 
 ---------------------------------------------------------------------------
-src/./wicket-guice
+src/./wicket-core
 ---------------------------------------------------------------------------
    Apache Wicket
-   Copyright 2006-2012 Apache Software Foundation
+   Copyright 2006-2011 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
-   This product includes Guice, developed at Google, and licensed
-   under the Apache License 2.0. (http://code.google.com/p/google-guice/).
+   This product includes software from QOS.ch (http://slf4j.org) licensed under the X11 license
+   Copyright (c) 2004-2008 QOS.ch
+   
+   Contains Diff library from Mavens JRCS, released under
+   The Apache Software License, Version 1.1.
+   (c) 1999-2003
+
+   org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken from [1]
+   and has the following notice:
+      "Licence:
+       Use this however/wherever you like, just don't blame me if it breaks
+       anything.
+
+       Credit:
+       If you're nice, you'll leave this bit:
+
+       Class by Stickman -- http://www.the-stickman.com
+       with thanks to:
+       [for Safari fixes]
+          Luis Torrefranca -- http://www.law.pitt.edu
+          and
+          Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
+       [for duplicate name bug]
+          'neal'"
+   [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
+
+---------------------------------------------------------------------------
+src/./wicket-datetime
+---------------------------------------------------------------------------
+   Apache Wicket Date Time
+   Copyright 2006-2011 Apache Software Foundation
+
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
+   
+   Contains code of the Yahoo User Interface library (version: 2.8.2r1),
+   released under the BSD License:
+   http://developer.yahoo.net/yui/license.txt
+   Copyright (c) 2010, Yahoo! Inc.
+
+   This product includes software developed by
+   Joda.org (http://www.joda.org/).
+   
 ---------------------------------------------------------------------------
 src/./wicket-examples
 ---------------------------------------------------------------------------
    Apache Wicket Examples
-   Copyright 2006-2012 Apache Software Foundation
+   Copyright 2006-2011 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
@@ -66,54 +107,13 @@ src/./wicket-examples
    which is released under CDDL 1.0 license (http://www.opensource.org/licenses/cddl1.php).
 
 ---------------------------------------------------------------------------
-src/./wicket-core
+src/./wicket-guice
 ---------------------------------------------------------------------------
    Apache Wicket
-   Copyright 2006-2012 Apache Software Foundation
-
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
-
-   This product includes software from QOS.ch (http://slf4j.org) licensed under the X11 license
-   Copyright (c) 2004-2008 QOS.ch
-   
-   Contains Diff library from Mavens JRCS, released under
-   The Apache Software License, Version 1.1.
-   (c) 1999-2003
-
-   org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken from [1]
-   and has the following notice:
-      "Licence:
-       Use this however/wherever you like, just don't blame me if it breaks
-       anything.
-
-       Credit:
-       If you're nice, you'll leave this bit:
-
-       Class by Stickman -- http://www.the-stickman.com
-       with thanks to:
-       [for Safari fixes]
-          Luis Torrefranca -- http://www.law.pitt.edu
-          and
-          Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
-       [for duplicate name bug]
-          'neal'"
-   [1]: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
-
----------------------------------------------------------------------------
-src/./wicket-datetime
----------------------------------------------------------------------------
-   Apache Wicket Date Time
-   Copyright 2006-2012 Apache Software Foundation
+   Copyright 2006-2011 Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
-   
-   Contains code of the Yahoo User Interface library (version: 2.8.2r1),
-   released under the BSD License:
-   http://developer.yahoo.net/yui/license.txt
-   Copyright (c) 2010, Yahoo! Inc.
 
-   This product includes software developed by
-   Joda.org (http://www.joda.org/).
-   
+   This product includes Guice, developed at Google, and licensed
+   under the Apache License 2.0. (http://code.google.com/p/google-guice/).

http://git-wip-us.apache.org/repos/asf/wicket/blob/dfd3270c/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 ee93009..5484a22 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -42,7 +42,7 @@
 		</license>
 	</licenses>
 	<properties>
-		<wicket.version>6.7.0-SNAPSHOT</wicket.version>
+		<wicket.version>6.7.0</wicket.version>
 		<jetty.version>7.6.3.v20120416</jetty.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>


[5/6] git commit: [maven-release-plugin] prepare release wicket-6.7.0

Posted by da...@apache.org.
[maven-release-plugin] prepare release wicket-6.7.0


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

Branch: refs/heads/build/wicket-6.7.0
Commit: b39b9a988af7809e2e5f807e7a6bb8eb49b4eb53
Parents: dfd3270
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:25:53 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:25:53 2013 +0200

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                      |    2 +-
 pom.xml                                            |   52 +++++++-------
 testing/wicket-common-tests/pom.xml                |    2 +-
 wicket-auth-roles/pom.xml                          |    2 +-
 wicket-cdi/pom.xml                                 |    2 +-
 wicket-core/pom.xml                                |    2 +-
 wicket-datetime/pom.xml                            |    2 +-
 wicket-devutils/pom.xml                            |    2 +-
 wicket-examples/pom.xml                            |    2 +-
 wicket-experimental/pom.xml                        |    2 +-
 wicket-experimental/wicket-atmosphere/pom.xml      |    4 +-
 wicket-experimental/wicket-bean-validation/pom.xml |    4 +-
 wicket-experimental/wicket-bootstrap/pom.xml       |    4 +-
 wicket-experimental/wicket-examples-parent/pom.xml |    4 +-
 .../wicket-examples-jar/pom.xml                    |    4 +-
 .../wicket-examples-war/pom.xml                    |    4 +-
 .../wicket-native-websocket/pom.xml                |    4 +-
 .../wicket-native-websocket-core/pom.xml           |    4 +-
 .../wicket-native-websocket-jetty/pom.xml          |    4 +-
 .../wicket-native-websocket-jetty9/pom.xml         |    4 +-
 .../wicket-native-websocket-tomcat/pom.xml         |    4 +-
 wicket-extensions/pom.xml                          |    2 +-
 wicket-guice/pom.xml                               |    2 +-
 wicket-ioc/pom.xml                                 |    2 +-
 wicket-jmx/pom.xml                                 |    2 +-
 wicket-objectssizeof-agent/pom.xml                 |    2 +-
 wicket-request/pom.xml                             |    4 +-
 wicket-spring/pom.xml                              |    2 +-
 wicket-util/pom.xml                                |    2 +-
 wicket-velocity/pom.xml                            |    2 +-
 wicket/pom.xml                                     |    2 +-
 31 files changed, 68 insertions(+), 68 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 62639f3..9d62e5d 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c27b2a..e85eaa0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>6.7.0-SNAPSHOT</version>
+	<version>6.7.0</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -162,7 +162,7 @@
 		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection>
 		<url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git</url>
-	  <tag>HEAD</tag>
+	  <tag>wicket-6.7.0</tag>
   </scm>
 	<mailingLists>
 		<mailingList>
@@ -198,7 +198,7 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<!-- It seems there is a bug in Maven (2.2.1 & 3.0.1) and
 				type 'pom' is not properly inherited. I.e. the
 				dependency management doesn't work -->
@@ -207,138 +207,138 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-devutils</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-request</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-util</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-guice</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-ioc</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-jmx</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-auth-roles</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-datetime</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-velocity</artifactId>
-				<version>6.7.0-SNAPSHOT</version>
+				<version>6.7.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bean-validation</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-core</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty9</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-tomcat</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
-				<version>0.9-SNAPSHOT</version>
+				<version>0.9</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bootstrap</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-examples-jar</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-examples-jar</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 				<classifier>sources</classifier>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-examples-war</artifactId>
-				<version>0.8-SNAPSHOT</version>
+				<version>0.8</version>
 			</dependency>
 			<dependency>
 				<groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index fceed27..af5388b 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index cbcc974..2a4c8cb 100644
--- a/wicket-auth-roles/pom.xml
+++ b/wicket-auth-roles/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index d125193..9069588 100644
--- a/wicket-cdi/pom.xml
+++ b/wicket-cdi/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 4a81148..7e3accb 100644
--- a/wicket-core/pom.xml
+++ b/wicket-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index 6581def..e0d75f4 100644
--- a/wicket-datetime/pom.xml
+++ b/wicket-datetime/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 94c6b89..2624ca9 100644
--- a/wicket-devutils/pom.xml
+++ b/wicket-devutils/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 7b48c7a..5ef54a8 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index f229713..9a9cb84 100644
--- a/wicket-experimental/pom.xml
+++ b/wicket-experimental/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-experimental</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index abe7be9..32345f2 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-atmosphere</artifactId>
-	<version>0.9-SNAPSHOT</version>
+	<version>0.9</version>
 	<packaging>jar</packaging>
 	<properties>
 		<atmosphere.version>1.0.10</atmosphere.version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bean-validation/pom.xml b/wicket-experimental/wicket-bean-validation/pom.xml
index 880f4d3..365a92a 100644
--- a/wicket-experimental/wicket-bean-validation/pom.xml
+++ b/wicket-experimental/wicket-bean-validation/pom.xml
@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-bean-validation</artifactId>
-	<version>0.8-SNAPSHOT</version>
+	<version>0.8</version>
 	<name>Wicket Bean Validation</name>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-bootstrap/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bootstrap/pom.xml b/wicket-experimental/wicket-bootstrap/pom.xml
index ae30a22..80b8a72 100644
--- a/wicket-experimental/wicket-bootstrap/pom.xml
+++ b/wicket-experimental/wicket-bootstrap/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-bootstrap</artifactId>
-	<version>0.8-SNAPSHOT</version>
+	<version>0.8</version>
 	<packaging>jar</packaging>
 	<name>Wicket Bootstrap</name>
 	<description>Wicket integration for Twitter's Bootstrap</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-examples-parent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/pom.xml b/wicket-experimental/wicket-examples-parent/pom.xml
index 4d0c4d6..e19d426 100644
--- a/wicket-experimental/wicket-examples-parent/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples-parent</artifactId>
-	<version>0.8-SNAPSHOT</version>
+	<version>0.8</version>
 	<packaging>pom</packaging>
 	<name>Wicket Examples Parent</name>
 	<description>New examples structure for Apache Wicket</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
index 3752172..b2d8cbe 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-examples-parent</artifactId>
-		<version>0.8-SNAPSHOT</version>
+		<version>0.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples-jar</artifactId>
-	<version>0.8-SNAPSHOT</version>
+	<version>0.8</version>
 	<packaging>jar</packaging>
 	<name>Wicket Examples Jar</name>
 	<description>Jar file for the Wicket examples.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
index f351a4b..dc03e14 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-examples-parent</artifactId>
-		<version>0.8-SNAPSHOT</version>
+		<version>0.8</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples-war</artifactId>
-	<version>0.8-SNAPSHOT</version>
+	<version>0.8</version>
 	<packaging>war</packaging>
 	<name>Wicket Examples War</name>
 	<description>War file for the Wicket examples.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/pom.xml b/wicket-experimental/wicket-native-websocket/pom.xml
index 09fcd48..cd931f5 100644
--- a/wicket-experimental/wicket-native-websocket/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
 	<packaging>pom</packaging>
 	<name>Wicket Native WebSocket Parent</name>
 	<description>Wicket Native WebSocket provides native integration for WebSocket support with Servlet web containers.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
index 640d990..98b7b93 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8-SNAPSHOT</version>
+        <version>0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>wicket-native-websocket-core</artifactId>
     <packaging>jar</packaging>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
     <name>Wicket Native WebSocket Core</name>
     <description>Provides the common code needed for the different integrations with web container's WebSocket implementations</description>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
index 02a6215..f084d27 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8-SNAPSHOT</version>
+        <version>0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
     <name>Wicket Native WebSocket Jetty</name>
     <description>Provides the code specific to integrate with Jetty web container</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
index b3a79ad..7703311 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8-SNAPSHOT</version>
+        <version>0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty9</artifactId>
     <packaging>jar</packaging>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
     <name>Wicket Native WebSocket Jetty 9</name>
     <description>Provides the code specific to integrate with Jetty 9 web container</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
index 79195e3..744cd4e 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8-SNAPSHOT</version>
+        <version>0.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-tomcat</artifactId>
     <packaging>jar</packaging>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
     <name>Wicket Native WebSocket Tomcat 7.x</name>
     <description>Provides the code specific to integrate with Tomcat web container</description>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index ce7de14..90ee873 100644
--- a/wicket-extensions/pom.xml
+++ b/wicket-extensions/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 252667c..96d950b 100644
--- a/wicket-guice/pom.xml
+++ b/wicket-guice/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 5ea932b..30aca17 100644
--- a/wicket-ioc/pom.xml
+++ b/wicket-ioc/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index a17d183..e225009 100644
--- a/wicket-jmx/pom.xml
+++ b/wicket-jmx/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index 5e85258..5864296 100644
--- a/wicket-objectssizeof-agent/pom.xml
+++ b/wicket-objectssizeof-agent/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 9424068..59a1e1d 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -20,11 +20,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>6.7.0-SNAPSHOT</version>
+    <version>6.7.0</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.7.0-SNAPSHOT</version>
+  <version>6.7.0</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 2dc9e37..e5b3917 100644
--- a/wicket-spring/pom.xml
+++ b/wicket-spring/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 76df9ab..2a2385f 100755
--- a/wicket-util/pom.xml
+++ b/wicket-util/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index f2be8e7..bfc32af 100644
--- a/wicket-velocity/pom.xml
+++ b/wicket-velocity/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b39b9a98/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index a8a7b52..769f5de 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0-SNAPSHOT</version>
+		<version>6.7.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket</artifactId>


[2/6] git commit: Updated changelog to add new solved issuesThe release was delayed one month (due to flu and work), so this commit reflects the additional work that went into this release.

Posted by da...@apache.org.
Updated changelog to add new solved issuesThe release was delayed one month (due to flu and work), so this
commit reflects the additional work that went into this release.


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

Branch: refs/heads/build/wicket-6.7.0
Commit: 25a53bed2f0b16dd2570fedb9021b50e03bfa8da
Parents: 36c932c
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:22:08 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:22:08 2013 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/25a53bed/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index 82e6ec2..2af024c 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -6,8 +6,10 @@ Release Notes - Wicket - Version 6.7.0
 
 ** Bug
 
+    * [WICKET-4658] - TabbedPanel CSS "last" is wrong if last step is not visible
     * [WICKET-4803] - UrlDecoder should log a message when invalid input is provided
     * [WICKET-4871] - wicket-atmosphere version mismatch with wicket-example-jar
+    * [WICKET-4893] - AutoCompleteTextField removes DropDownChoice from Page
     * [WICKET-4903] - relativeUrl's begins with ./
     * [WICKET-4907] - UrlResourceReference generates broken relative URLs
     * [WICKET-4942] - Double slash '//' in starting url makes Url.parse output a relative Url
@@ -34,14 +36,31 @@ Release Notes - Wicket - Version 6.7.0
     * [WICKET-5080] - FilterToolbar.html contains javascript that is used elsewhere
     * [WICKET-5082] - Ajax update renders parent/child JS in different order than initial Page render
     * [WICKET-5085] - InlineEnclosure are piling up on each render
+    * [WICKET-5086] - FormTester throws an exception when a Palette component is added to a Form associated with a compound property model
     * [WICKET-5093] - The event listener in Wicket.Ajax.ajax() should not return the value of attrs.ad (allowDefault)
     * [WICKET-5094] - ISecuritySettings#getEnforceMounts(true) prevents access to *all* non-mounted bookmarkable pages
     * [WICKET-5098] - PackageResourceBlockedException under Windows for *.js files in web app's own packages, not in jars
     * [WICKET-5102] - wicket-bean-validation: Bean validation PropertyValidator only works with direct field access
     * [WICKET-5103] - Wicket session id not up to date when container changes session id
+    * [WICKET-5104] - AjaxSelfUpdatingTimerBehavior in hidden component in ModalWindow causes Ajax Response Error
+    * [WICKET-5112] - Parantheses problem with UrlValidator
+    * [WICKET-5114] - Url#toString(StringMode.FULL) throws exception if a segment contains two dots
+    * [WICKET-5116] - TabbedPanel.setSelectedTab() does not behave as specified in JavaDoc
+    * [WICKET-5117] - Wicket ignores allowDefault:false attribute in multipart ajax requests
+    * [WICKET-5123] - Component.continueToOriginalDestination() can redirect to ./.
+    * [WICKET-5125] - IE8 error in wicket-date.js when used in a modalwindow
+    * [WICKET-5126] - SecurePackageResourceGuard is blocking access to web fonts
+    * [WICKET-5131] - Problems with cookies disabled when using 301/302 and also 303 (even with cookies)
+    * [WICKET-5132] - Evaluation of returned data (which includes alot of javascript) very slow after ajax call in IE10.
+    * [WICKET-5134] - java.lang.NullPointerException at org.apache.wicket.markup.html.form.Form.onComponentTag(Form.java:1520) during Atmosphere eventbus.post() if using WebSockets
+    * [WICKET-5136] - CheckingObjectOutputStream#check(Object) swallows Exception without logging the cause
+    * [WICKET-5138] - Wicket does not correctly handle http OPTIONS requests
+    * [WICKET-5141] - Exception while rendering absolute URL with UrlResourceReference
+
 
-** Improvement
 
+
+** Improvement
     * [WICKET-4115] - SignInPanel should not always redirect to the Home page when the user is signed-in automaticaly with the remember-me feature.
     * [WICKET-5005] - Add Utility to allow conversion from Panel (or Component) to html String
     * [WICKET-5038] - Add equals() and hashcode() implementation to INamedParameters.NamedPair
@@ -61,6 +80,12 @@ Release Notes - Wicket - Version 6.7.0
     * [WICKET-5096] - Add setStep method to NumberTextField
     * [WICKET-5105] - JavaDoc of IHeaderContributor is outdated
     * [WICKET-5111] - Upgrade bootstrap to 2.3.1
+    * [WICKET-5113] - Set a different TimeZone for the RequestLogger
+    * [WICKET-5121] - Log warning message if a component that is not on the page associated with the AjaxRequestTarget is added
+    * [WICKET-5122] - Add the free Wicket guide in the books page on the official site.
+    * [WICKET-5127] - Dont use sun-internal packages to allow easy jdk7 compilation
+    * [WICKET-5137] - Improve TagTester support for Ajax responses
+    * [WICKET-5139] - Missing French translations
 
 ** Task
 


[3/6] git commit: Release script output updated to reflect reality

Posted by da...@apache.org.
Release script output updated to reflect reality


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

Branch: refs/heads/build/wicket-6.7.0
Commit: 1dc7ab8b4497b46c2e102a3036b0a303fa26f267
Parents: 25a53be
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:24:34 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:24:34 2013 +0200

----------------------------------------------------------------------
 release-dashorst.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1dc7ab8b/release-dashorst.sh
----------------------------------------------------------------------
diff --git a/release-dashorst.sh b/release-dashorst.sh
index 3f4141b..42d1174 100755
--- a/release-dashorst.sh
+++ b/release-dashorst.sh
@@ -253,7 +253,7 @@ echo ""
 
 echo "To move the release from staging to the mirrors:"
 echo ""
-echo "    svn mv https://dist.apache.org/repos/dist/dev/wicket/wicket-$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\""
+echo "    svn mv https://dist.apache.org/repos/dist/dev/wicket/$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\""
 echo ""
 
 echo "To sign the release tag issue the following three commands: "
@@ -279,4 +279,3 @@ echo "    git add \`find . ! \\( -type d -name \"target\" -prune \\) -name pom.x
 echo "    git commit -m \"Start next development version\""
 echo "    git push"
 echo ""
-


[6/6] git commit: [maven-release-plugin] prepare for next development iteration

Posted by da...@apache.org.
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/build/wicket-6.7.0
Commit: d7e5a0a58b6346e1e72177e56d0e4290a9e3c47c
Parents: b39b9a9
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:25:54 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:25:54 2013 +0200

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                      |    2 +-
 pom.xml                                            |   52 +++++++-------
 testing/wicket-common-tests/pom.xml                |    2 +-
 wicket-auth-roles/pom.xml                          |    2 +-
 wicket-cdi/pom.xml                                 |    2 +-
 wicket-core/pom.xml                                |    2 +-
 wicket-datetime/pom.xml                            |    2 +-
 wicket-devutils/pom.xml                            |    2 +-
 wicket-examples/pom.xml                            |    2 +-
 wicket-experimental/pom.xml                        |    2 +-
 wicket-experimental/wicket-atmosphere/pom.xml      |    4 +-
 wicket-experimental/wicket-bean-validation/pom.xml |    4 +-
 wicket-experimental/wicket-bootstrap/pom.xml       |    4 +-
 wicket-experimental/wicket-examples-parent/pom.xml |    4 +-
 .../wicket-examples-jar/pom.xml                    |    4 +-
 .../wicket-examples-war/pom.xml                    |    4 +-
 .../wicket-native-websocket/pom.xml                |    4 +-
 .../wicket-native-websocket-core/pom.xml           |    4 +-
 .../wicket-native-websocket-jetty/pom.xml          |    4 +-
 .../wicket-native-websocket-jetty9/pom.xml         |    4 +-
 .../wicket-native-websocket-tomcat/pom.xml         |    4 +-
 wicket-extensions/pom.xml                          |    2 +-
 wicket-guice/pom.xml                               |    2 +-
 wicket-ioc/pom.xml                                 |    2 +-
 wicket-jmx/pom.xml                                 |    2 +-
 wicket-objectssizeof-agent/pom.xml                 |    2 +-
 wicket-request/pom.xml                             |    4 +-
 wicket-spring/pom.xml                              |    2 +-
 wicket-util/pom.xml                                |    2 +-
 wicket-velocity/pom.xml                            |    2 +-
 wicket/pom.xml                                     |    2 +-
 31 files changed, 68 insertions(+), 68 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 9d62e5d..ba13d91 100644
--- a/archetypes/quickstart/pom.xml
+++ b/archetypes/quickstart/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e85eaa0d..6419de2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>6.7.0</version>
+	<version>6.7.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -162,7 +162,7 @@
 		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection>
 		<url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git</url>
-	  <tag>wicket-6.7.0</tag>
+	  <tag>HEAD</tag>
   </scm>
 	<mailingLists>
 		<mailingList>
@@ -198,7 +198,7 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<!-- It seems there is a bug in Maven (2.2.1 & 3.0.1) and
 				type 'pom' is not properly inherited. I.e. the
 				dependency management doesn't work -->
@@ -207,138 +207,138 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-devutils</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-request</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-util</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-guice</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-ioc</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-jmx</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-auth-roles</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-datetime</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-velocity</artifactId>
-				<version>6.7.0</version>
+				<version>6.7.1-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bean-validation</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-core</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty9</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-tomcat</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
-				<version>0.9</version>
+				<version>0.10-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bootstrap</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-examples-jar</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-examples-jar</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 				<classifier>sources</classifier>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-examples-war</artifactId>
-				<version>0.8</version>
+				<version>0.9-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index af5388b..c9bd864 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 2a4c8cb..03cf8ae 100644
--- a/wicket-auth-roles/pom.xml
+++ b/wicket-auth-roles/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 9069588..d760a18 100644
--- a/wicket-cdi/pom.xml
+++ b/wicket-cdi/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 7e3accb..2e814b7 100644
--- a/wicket-core/pom.xml
+++ b/wicket-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index e0d75f4..e1e45b6 100644
--- a/wicket-datetime/pom.xml
+++ b/wicket-datetime/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 2624ca9..87bc07c 100644
--- a/wicket-devutils/pom.xml
+++ b/wicket-devutils/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 5ef54a8..70bec8e 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 9a9cb84..ba1b913 100644
--- a/wicket-experimental/pom.xml
+++ b/wicket-experimental/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-experimental</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index 32345f2..76327a8 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-atmosphere</artifactId>
-	<version>0.9</version>
+	<version>0.10-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<properties>
 		<atmosphere.version>1.0.10</atmosphere.version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bean-validation/pom.xml b/wicket-experimental/wicket-bean-validation/pom.xml
index 365a92a..639a61f 100644
--- a/wicket-experimental/wicket-bean-validation/pom.xml
+++ b/wicket-experimental/wicket-bean-validation/pom.xml
@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-bean-validation</artifactId>
-	<version>0.8</version>
+	<version>0.9-SNAPSHOT</version>
 	<name>Wicket Bean Validation</name>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-bootstrap/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bootstrap/pom.xml b/wicket-experimental/wicket-bootstrap/pom.xml
index 80b8a72..6f1d959 100644
--- a/wicket-experimental/wicket-bootstrap/pom.xml
+++ b/wicket-experimental/wicket-bootstrap/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-bootstrap</artifactId>
-	<version>0.8</version>
+	<version>0.9-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Wicket Bootstrap</name>
 	<description>Wicket integration for Twitter's Bootstrap</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-examples-parent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/pom.xml b/wicket-experimental/wicket-examples-parent/pom.xml
index e19d426..b765cd4 100644
--- a/wicket-experimental/wicket-examples-parent/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples-parent</artifactId>
-	<version>0.8</version>
+	<version>0.9-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Examples Parent</name>
 	<description>New examples structure for Apache Wicket</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
index b2d8cbe..d2f04d1 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-examples-parent</artifactId>
-		<version>0.8</version>
+		<version>0.9-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples-jar</artifactId>
-	<version>0.8</version>
+	<version>0.9-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Wicket Examples Jar</name>
 	<description>Jar file for the Wicket examples.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
index dc03e14..cc3ba2c 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-examples-parent</artifactId>
-		<version>0.8</version>
+		<version>0.9-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples-war</artifactId>
-	<version>0.8</version>
+	<version>0.9-SNAPSHOT</version>
 	<packaging>war</packaging>
 	<name>Wicket Examples War</name>
 	<description>War file for the Wicket examples.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/pom.xml b/wicket-experimental/wicket-native-websocket/pom.xml
index cd931f5..afa0336 100644
--- a/wicket-experimental/wicket-native-websocket/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket</artifactId>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Native WebSocket Parent</name>
 	<description>Wicket Native WebSocket provides native integration for WebSocket support with Servlet web containers.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
index 98b7b93..5b6c888 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>wicket-native-websocket-core</artifactId>
     <packaging>jar</packaging>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <name>Wicket Native WebSocket Core</name>
     <description>Provides the common code needed for the different integrations with web container's WebSocket implementations</description>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
index f084d27..6cb1fe2 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <name>Wicket Native WebSocket Jetty</name>
     <description>Provides the code specific to integrate with Jetty web container</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
index 7703311..11e6aef 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty9</artifactId>
     <packaging>jar</packaging>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <name>Wicket Native WebSocket Jetty 9</name>
     <description>Provides the code specific to integrate with Jetty 9 web container</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
index 744cd4e..a4f1393 100644
--- a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.8</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-tomcat</artifactId>
     <packaging>jar</packaging>
-    <version>0.8</version>
+    <version>0.9-SNAPSHOT</version>
     <name>Wicket Native WebSocket Tomcat 7.x</name>
     <description>Provides the code specific to integrate with Tomcat web container</description>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 90ee873..b34c88d 100644
--- a/wicket-extensions/pom.xml
+++ b/wicket-extensions/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 96d950b..a953ffe 100644
--- a/wicket-guice/pom.xml
+++ b/wicket-guice/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 30aca17..1945a08 100644
--- a/wicket-ioc/pom.xml
+++ b/wicket-ioc/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index e225009..8786fa9 100644
--- a/wicket-jmx/pom.xml
+++ b/wicket-jmx/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
index 5864296..13b4412 100644
--- a/wicket-objectssizeof-agent/pom.xml
+++ b/wicket-objectssizeof-agent/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 59a1e1d..f7c6785 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -20,11 +20,11 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>6.7.0</version>
+    <version>6.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.7.0</version>
+  <version>6.7.1-SNAPSHOT</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index e5b3917..f8c1e29 100644
--- a/wicket-spring/pom.xml
+++ b/wicket-spring/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 2a2385f..df6a3c5 100755
--- a/wicket-util/pom.xml
+++ b/wicket-util/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index bfc32af..4baa577 100644
--- a/wicket-velocity/pom.xml
+++ b/wicket-velocity/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/d7e5a0a5/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 769f5de..416836d 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.7.0</version>
+		<version>6.7.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket</artifactId>