You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Funk <ma...@gmail.com> on 2013/01/23 12:18:35 UTC

Fwd: [3/4] git commit: Start next development version

This commit didn't do what it promised.

Still references to 6.5.0-SNAPSHOT left in some pom.xml

› grep -R "6.5.0" --include "pom.xml" .
./archetypes/quickstart/src/main/resources/archetype-resources/pom.xml:		<wicket.version>6.5.0-SNAPSHOT</wicket.version>
./archetypes/quickstart/target/classes/archetype-resources/pom.xml:		<wicket.version>6.5.0-SNAPSHOT</wicket.version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./pom.xml:				<version>6.5.0-SNAPSHOT</version>
./testing/wicket-threadtest/pom.xml:		<version>6.5.0-SNAPSHOT</version>

› git status
# On branch master
nothing to commit (working directory clean)

› git log -1
commit 68a6c04dca830d526e1ef02869fa467565aa819f
Merge: 1263da8 697ffe0
Author: Martijn Dashorst <da...@apache.org>
Date:   Tue Jan 22 12:08:07 2013 +0100

    Merge remote-tracking branch 'origin/master'




mf


Anfang der weitergeleiteten Nachricht:

> Von: dashorst@apache.org
> Betreff: [3/4] git commit: Start next development version
> Datum: 22. Januar 2013 12:08:39 MEZ
> An: commits@wicket.apache.org
> Antwort an: dev@wicket.apache.org
> 
> Start next development version
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1263da8a
> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1263da8a
> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1263da8a
> 
> Branch: refs/heads/master
> Commit: 1263da8acbf3f488ac5d50f040869fd74a528b25
> Parents: 17281a7
> Author: Martijn Dashorst <da...@apache.org>
> Authored: Tue Jan 22 12:05:31 2013 +0100
> Committer: Martijn Dashorst <da...@apache.org>
> Committed: Tue Jan 22 12:05:31 2013 +0100
> 
> ----------------------------------------------------------------------
> archetypes/quickstart/pom.xml                      |    2 +-
> pom.xml                                            |   22 +++++++-------
> 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, 53 insertions(+), 53 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/archetypes/quickstart/pom.xml
> ----------------------------------------------------------------------
> diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
> index c50b821..08b9071 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-archetype-quickstart</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 6616247..91f6bf1 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -23,7 +23,7 @@
> 	</parent>
> 	<groupId>org.apache.wicket</groupId>
> 	<artifactId>wicket-parent</artifactId>
> -	<version>6.5.0-SNAPSHOT</version>
> +	<version>6.6.0-SNAPSHOT</version>
> 	<packaging>pom</packaging>
> 	<name>Wicket Parent</name>
> 	<description>Wicket is a Java-based open source component web application framework.</description>
> @@ -285,60 +285,60 @@
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-bean-validation</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-native-websocket-core</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-native-websocket-jetty</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-native-websocket-jetty9</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-native-websocket-tomcat</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-atmosphere</artifactId>
> -				<version>0.7-SNAPSHOT</version>
> +				<version>0.8-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-bootstrap</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<type>jar</type>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-examples-jar</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-examples-jar</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 				<classifier>sources</classifier>
> 			</dependency>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-examples-war</artifactId>
> -				<version>0.6-SNAPSHOT</version>
> +				<version>0.7-SNAPSHOT</version>
> 			</dependency>
> 			<dependency>
> 				<groupId>junit</groupId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/testing/wicket-common-tests/pom.xml
> ----------------------------------------------------------------------
> diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
> index ff3d869..445602b 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../../pom.xml</relativePath>
> 	</parent>
> 	<groupId>org.apache.wicket</groupId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-auth-roles/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
> index 4a818dd..6f7144f 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-auth-roles</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-cdi/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
> index 2bb2bc8..97c7cbd 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-cdi</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-core/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
> index 4004bf3..29eb8cc 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-core</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-datetime/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
> index e1f5454..24e66ed 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-datetime</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-devutils/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
> index 899ef48..172d9b5 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-devutils</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-examples/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
> index b057d3e..d35eb81 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-examples</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-experimental/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
> index 29ce2d7..a1bd20f1 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-experimental</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-experimental/wicket-atmosphere/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
> index bdb3225..f5a71ee 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-atmosphere</artifactId>
> -	<version>0.7-SNAPSHOT</version>
> +	<version>0.8-SNAPSHOT</version>
> 	<packaging>jar</packaging>
> 	<properties>
> 		<atmosphere.version>1.0.8</atmosphere.version>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/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 f1b4b40..ae8e188 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 	</parent>
> 	<groupId>org.apache.wicket</groupId>
> 	<artifactId>wicket-bean-validation</artifactId>
> -	<version>0.6-SNAPSHOT</version>
> +	<version>0.7-SNAPSHOT</version>
> 	<name>Wicket Bean Validation</name>
> 
> 	<dependencies>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-experimental/wicket-bootstrap/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-experimental/wicket-bootstrap/pom.xml b/wicket-experimental/wicket-bootstrap/pom.xml
> index 39a115f..2d5b1fc 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-bootstrap</artifactId>
> -	<version>0.6-SNAPSHOT</version>
> +	<version>0.7-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/1263da8a/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 410b994..79b2534 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-examples-parent</artifactId>
> -	<version>0.6-SNAPSHOT</version>
> +	<version>0.7-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/1263da8a/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 a112a0f..6886f11 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.6-SNAPSHOT</version>
> +		<version>0.7-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-examples-jar</artifactId>
> -	<version>0.6-SNAPSHOT</version>
> +	<version>0.7-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/1263da8a/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 6fdf6bf..a9063c1 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.6-SNAPSHOT</version>
> +		<version>0.7-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-examples-war</artifactId>
> -	<version>0.6-SNAPSHOT</version>
> +	<version>0.7-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/1263da8a/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 891bb89..dcc44bb 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-native-websocket</artifactId>
> -    <version>0.6-SNAPSHOT</version>
> +    <version>0.7-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/1263da8a/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 2e39c7e..4ffd37f 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.6-SNAPSHOT</version>
> +        <version>0.7-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
> 
>     <artifactId>wicket-native-websocket-core</artifactId>
>     <packaging>jar</packaging>
> -    <version>0.6-SNAPSHOT</version>
> +    <version>0.7-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/1263da8a/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 5ef8665..f0acead 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.6-SNAPSHOT</version>
> +        <version>0.7-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>wicket-native-websocket-jetty</artifactId>
>     <packaging>jar</packaging>
> -    <version>0.6-SNAPSHOT</version>
> +    <version>0.7-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/1263da8a/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 c552807..0f24ec5 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.6-SNAPSHOT</version>
> +        <version>0.7-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>wicket-native-websocket-jetty9</artifactId>
>     <packaging>jar</packaging>
> -    <version>0.6-SNAPSHOT</version>
> +    <version>0.7-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/1263da8a/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 d04feb4..007a820 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.6-SNAPSHOT</version>
> +        <version>0.7-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>wicket-native-websocket-tomcat</artifactId>
>     <packaging>jar</packaging>
> -    <version>0.6-SNAPSHOT</version>
> +    <version>0.7-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/1263da8a/wicket-extensions/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
> index 69876ea..e81e1ba 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-extensions</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-guice/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
> index bac1f92..27d76a1 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-guice</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-ioc/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
> index fbd9f33..dbf065b 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-ioc</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-jmx/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
> index fcc0e1e..6fa1740 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-jmx</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-objectssizeof-agent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
> index a4433ab..950b164 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-objectsizeof-agent</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-request/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
> index a1e5d5c..5435b70 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.5.0-SNAPSHOT</version>
> +    <version>6.6.0-SNAPSHOT</version>
>   </parent>
>   <groupId>org.apache.wicket</groupId>
>   <artifactId>wicket-request</artifactId>
> -  <version>6.5.0-SNAPSHOT</version>
> +  <version>6.6.0-SNAPSHOT</version>
>   <name>Wicket Request</name>
>   <url>http://maven.apache.org</url>
>   <dependencies>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-spring/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
> index 13924c2..f47a8a6 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-spring</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-util/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
> index 17746c0..f0f835f 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-util</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-velocity/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
> index 1285662..cda584e 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket-velocity</artifactId>
> 
> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket/pom.xml
> ----------------------------------------------------------------------
> diff --git a/wicket/pom.xml b/wicket/pom.xml
> index 17a2668..41629af 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.5.0-SNAPSHOT</version>
> +		<version>6.6.0-SNAPSHOT</version>
> 		<relativePath>../pom.xml</relativePath>
> 	</parent>
> 	<artifactId>wicket</artifactId>
> 


Feature Question: Semi stateless Behavior after Session Expiry

Posted by Bernard <bh...@gmail.com>.
Hi,

As an outsider to the Wicket developer community (sorry), I am trying
to improve the response to the dreaded PageExpiredException in my
application, currently with focus on non-AJAX pages.

The result of testing responses for every of my pages is horrible
because almost no pages are stateless. I don't want to go the
stateless path yet because in that case I feel I lose Wicket's
productivity advantage. It is just too convenient to pass LDM's in
page constructors compared with coding PageParameter and dealing with
the obvious checks avoiding security exploits.

For most stateful pages, some hierarchy will never change such as a
Link, StatelessLink sign-out menu item. It is frustrating to present
the user with denial of service (PageExpiredException) in case the
user wants to sign out after session expiry. Users cannot understand
that especially with a remember-me cookie that always gives them a
session whatever they do.

I am looking for a result where after expiry Wicket will execute some
requests by treating the page as if it was stateless even if it isn't.

This is a compromise approach, but if successful it has the advantage
that the additional effort of making a page stateless would need to be
spent only where it is really obvious and worth it.

Obviously some things must not happen such as updating a list item
where the page does not get a model for it from a default constructor.

But a sign-out link which is always in the same place of the page
hierarchy should get its onClick method executed.

I am asking for the support of the developer community for this
feature being supported inside the Wicket framework. My selling point
is that from my perspective PageExpiredException is Wicket's Achilles
heel, and making progress in this area, even gradually, would be
beneficial for most users of the framework.

Kind Regards,

Bernard



Re: [3/4] git commit: Start next development version

Posted by Martin Funk <ma...@gmail.com>.
Some ".settings" files are also affected.

./wicket-examples/.settings/org.eclipse.wst.common.component
./wicket-experimental/wicket-examples-parent/wicket-examples-war/.settings/org.eclipse.wst.common.component

Is that intended to have the wicket version parameter creep into eclipse settings files?

mf


Am 23.01.2013 um 12:18 schrieb Martin Funk <ma...@gmail.com>:

> This commit didn't do what it promised.
> 
> Still references to 6.5.0-SNAPSHOT left in some pom.xml
> 
> › grep -R "6.5.0" --include "pom.xml" .
> ./archetypes/quickstart/src/main/resources/archetype-resources/pom.xml:		<wicket.version>6.5.0-SNAPSHOT</wicket.version>
> ./archetypes/quickstart/target/classes/archetype-resources/pom.xml:		<wicket.version>6.5.0-SNAPSHOT</wicket.version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./pom.xml:				<version>6.5.0-SNAPSHOT</version>
> ./testing/wicket-threadtest/pom.xml:		<version>6.5.0-SNAPSHOT</version>
> 
> › git status
> # On branch master
> nothing to commit (working directory clean)
> 
> › git log -1
> commit 68a6c04dca830d526e1ef02869fa467565aa819f
> Merge: 1263da8 697ffe0
> Author: Martijn Dashorst <da...@apache.org>
> Date:   Tue Jan 22 12:08:07 2013 +0100
> 
>    Merge remote-tracking branch 'origin/master'
> 
> 
> 
> 
> mf
> 
> 
> Anfang der weitergeleiteten Nachricht:
> 
>> Von: dashorst@apache.org
>> Betreff: [3/4] git commit: Start next development version
>> Datum: 22. Januar 2013 12:08:39 MEZ
>> An: commits@wicket.apache.org
>> Antwort an: dev@wicket.apache.org
>> 
>> Start next development version
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1263da8a
>> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1263da8a
>> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1263da8a
>> 
>> Branch: refs/heads/master
>> Commit: 1263da8acbf3f488ac5d50f040869fd74a528b25
>> Parents: 17281a7
>> Author: Martijn Dashorst <da...@apache.org>
>> Authored: Tue Jan 22 12:05:31 2013 +0100
>> Committer: Martijn Dashorst <da...@apache.org>
>> Committed: Tue Jan 22 12:05:31 2013 +0100
>> 
>> ----------------------------------------------------------------------
>> archetypes/quickstart/pom.xml                      |    2 +-
>> pom.xml                                            |   22 +++++++-------
>> 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, 53 insertions(+), 53 deletions(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/archetypes/quickstart/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
>> index c50b821..08b9071 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-archetype-quickstart</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/pom.xml b/pom.xml
>> index 6616247..91f6bf1 100644
>> --- a/pom.xml
>> +++ b/pom.xml
>> @@ -23,7 +23,7 @@
>> 	</parent>
>> 	<groupId>org.apache.wicket</groupId>
>> 	<artifactId>wicket-parent</artifactId>
>> -	<version>6.5.0-SNAPSHOT</version>
>> +	<version>6.6.0-SNAPSHOT</version>
>> 	<packaging>pom</packaging>
>> 	<name>Wicket Parent</name>
>> 	<description>Wicket is a Java-based open source component web application framework.</description>
>> @@ -285,60 +285,60 @@
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-bean-validation</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-native-websocket-core</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-native-websocket-jetty</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-native-websocket-jetty9</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-native-websocket-tomcat</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-atmosphere</artifactId>
>> -				<version>0.7-SNAPSHOT</version>
>> +				<version>0.8-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-bootstrap</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<type>jar</type>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-examples-jar</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-examples-jar</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 				<classifier>sources</classifier>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>org.apache.wicket</groupId>
>> 				<artifactId>wicket-examples-war</artifactId>
>> -				<version>0.6-SNAPSHOT</version>
>> +				<version>0.7-SNAPSHOT</version>
>> 			</dependency>
>> 			<dependency>
>> 				<groupId>junit</groupId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/testing/wicket-common-tests/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
>> index ff3d869..445602b 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../../pom.xml</relativePath>
>> 	</parent>
>> 	<groupId>org.apache.wicket</groupId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-auth-roles/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
>> index 4a818dd..6f7144f 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-auth-roles</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-cdi/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
>> index 2bb2bc8..97c7cbd 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-cdi</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-core/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
>> index 4004bf3..29eb8cc 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-core</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-datetime/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
>> index e1f5454..24e66ed 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-datetime</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-devutils/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
>> index 899ef48..172d9b5 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-devutils</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-examples/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
>> index b057d3e..d35eb81 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-examples</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-experimental/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
>> index 29ce2d7..a1bd20f1 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-experimental</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-experimental/wicket-atmosphere/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
>> index bdb3225..f5a71ee 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-atmosphere</artifactId>
>> -	<version>0.7-SNAPSHOT</version>
>> +	<version>0.8-SNAPSHOT</version>
>> 	<packaging>jar</packaging>
>> 	<properties>
>> 		<atmosphere.version>1.0.8</atmosphere.version>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/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 f1b4b40..ae8e188 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 	</parent>
>> 	<groupId>org.apache.wicket</groupId>
>> 	<artifactId>wicket-bean-validation</artifactId>
>> -	<version>0.6-SNAPSHOT</version>
>> +	<version>0.7-SNAPSHOT</version>
>> 	<name>Wicket Bean Validation</name>
>> 
>> 	<dependencies>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-experimental/wicket-bootstrap/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-experimental/wicket-bootstrap/pom.xml b/wicket-experimental/wicket-bootstrap/pom.xml
>> index 39a115f..2d5b1fc 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-bootstrap</artifactId>
>> -	<version>0.6-SNAPSHOT</version>
>> +	<version>0.7-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/1263da8a/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 410b994..79b2534 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-examples-parent</artifactId>
>> -	<version>0.6-SNAPSHOT</version>
>> +	<version>0.7-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/1263da8a/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 a112a0f..6886f11 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.6-SNAPSHOT</version>
>> +		<version>0.7-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-examples-jar</artifactId>
>> -	<version>0.6-SNAPSHOT</version>
>> +	<version>0.7-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/1263da8a/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 6fdf6bf..a9063c1 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.6-SNAPSHOT</version>
>> +		<version>0.7-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-examples-war</artifactId>
>> -	<version>0.6-SNAPSHOT</version>
>> +	<version>0.7-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/1263da8a/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 891bb89..dcc44bb 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-native-websocket</artifactId>
>> -    <version>0.6-SNAPSHOT</version>
>> +    <version>0.7-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/1263da8a/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 2e39c7e..4ffd37f 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.6-SNAPSHOT</version>
>> +        <version>0.7-SNAPSHOT</version>
>>        <relativePath>../pom.xml</relativePath>
>>    </parent>
>> 
>>    <artifactId>wicket-native-websocket-core</artifactId>
>>    <packaging>jar</packaging>
>> -    <version>0.6-SNAPSHOT</version>
>> +    <version>0.7-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/1263da8a/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 5ef8665..f0acead 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.6-SNAPSHOT</version>
>> +        <version>0.7-SNAPSHOT</version>
>>        <relativePath>../pom.xml</relativePath>
>>    </parent>
>>    <artifactId>wicket-native-websocket-jetty</artifactId>
>>    <packaging>jar</packaging>
>> -    <version>0.6-SNAPSHOT</version>
>> +    <version>0.7-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/1263da8a/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 c552807..0f24ec5 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.6-SNAPSHOT</version>
>> +        <version>0.7-SNAPSHOT</version>
>>        <relativePath>../pom.xml</relativePath>
>>    </parent>
>>    <artifactId>wicket-native-websocket-jetty9</artifactId>
>>    <packaging>jar</packaging>
>> -    <version>0.6-SNAPSHOT</version>
>> +    <version>0.7-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/1263da8a/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 d04feb4..007a820 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.6-SNAPSHOT</version>
>> +        <version>0.7-SNAPSHOT</version>
>>        <relativePath>../pom.xml</relativePath>
>>    </parent>
>>    <artifactId>wicket-native-websocket-tomcat</artifactId>
>>    <packaging>jar</packaging>
>> -    <version>0.6-SNAPSHOT</version>
>> +    <version>0.7-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/1263da8a/wicket-extensions/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
>> index 69876ea..e81e1ba 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-extensions</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-guice/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
>> index bac1f92..27d76a1 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-guice</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-ioc/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
>> index fbd9f33..dbf065b 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-ioc</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-jmx/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
>> index fcc0e1e..6fa1740 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-jmx</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-objectssizeof-agent/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-objectssizeof-agent/pom.xml b/wicket-objectssizeof-agent/pom.xml
>> index a4433ab..950b164 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-objectsizeof-agent</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-request/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
>> index a1e5d5c..5435b70 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.5.0-SNAPSHOT</version>
>> +    <version>6.6.0-SNAPSHOT</version>
>>  </parent>
>>  <groupId>org.apache.wicket</groupId>
>>  <artifactId>wicket-request</artifactId>
>> -  <version>6.5.0-SNAPSHOT</version>
>> +  <version>6.6.0-SNAPSHOT</version>
>>  <name>Wicket Request</name>
>>  <url>http://maven.apache.org</url>
>>  <dependencies>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-spring/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
>> index 13924c2..f47a8a6 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-spring</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-util/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
>> index 17746c0..f0f835f 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-util</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket-velocity/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
>> index 1285662..cda584e 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket-velocity</artifactId>
>> 
>> http://git-wip-us.apache.org/repos/asf/wicket/blob/1263da8a/wicket/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/wicket/pom.xml b/wicket/pom.xml
>> index 17a2668..41629af 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.5.0-SNAPSHOT</version>
>> +		<version>6.6.0-SNAPSHOT</version>
>> 		<relativePath>../pom.xml</relativePath>
>> 	</parent>
>> 	<artifactId>wicket</artifactId>
>> 
>