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 2016/07/20 08:04:09 UTC

[1/3] wicket git commit: Added CHANGELOG for release 6.24.0

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 268570967 -> 300d4d466


Added CHANGELOG for release 6.24.0


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

Branch: refs/heads/wicket-6.x
Commit: 07573fee3c6a6ab8db4248317dcb572a52497214
Parents: 573e278
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Jul 17 19:47:08 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Jul 17 19:47:08 2016 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/07573fee/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index 5453d93..f38aadc 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -2,6 +2,28 @@ This file contains all changes done in releases for Apache Wicket 6.x.
 
 =======================================================================
 
+Release Notes - Wicket - Version 6.24.0
+
+** Bug
+
+    * [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory
+    * [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions
+    * [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
+    * [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined
+    * [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
+    * [WICKET-6181] - Revert the removal of the default error message when uploading too big files
+    * [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to
+    * [WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct
+    * [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion
+
+** Improvement
+
+    * [WICKET-6053] - Allow to reuse the same application instance in several tests
+    * [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does
+    * [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
+
+=======================================================================
+
 Release Notes - Wicket - Version 6.23.0
 
 ** Bug


[3/3] wicket git commit: Merge remote-tracking branch 'origin/wicket-6.x' into wicket-6.x

Posted by da...@apache.org.
Merge remote-tracking branch 'origin/wicket-6.x' into wicket-6.x


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

Branch: refs/heads/wicket-6.x
Commit: 300d4d4667107a7a6ee1c8c4091b221ebaf81a68
Parents: e5a2315 2685709
Author: Martijn Dashorst <da...@apache.org>
Authored: Wed Jul 20 10:04:02 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Wed Jul 20 10:04:02 2016 +0200

----------------------------------------------------------------------
 .../wicket/ajax/res/js/wicket-ajax-jquery.js    | 47 +++++++++-----------
 .../apache/wicket/markup/html/image/Image.java  |  2 +-
 2 files changed, 23 insertions(+), 26 deletions(-)
----------------------------------------------------------------------



[2/3] wicket git commit: Start new development version 6.25.0

Posted by da...@apache.org.
Start new development version 6.25.0


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

Branch: refs/heads/wicket-6.x
Commit: e5a23152a1d2baa778b1e8d08e07ac5e3762c6f1
Parents: 07573fe
Author: Martijn Dashorst <da...@apache.org>
Authored: Wed Jul 20 10:03:31 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Wed Jul 20 10:03:31 2016 +0200

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                   |  2 +-
 pom.xml                                         | 44 ++++++++++----------
 testing/wicket-common-tests/pom.xml             |  2 +-
 testing/wicket-js-tests/pom.xml                 |  2 +-
 wicket-auth-roles/pom.xml                       |  2 +-
 wicket-bean-validation/pom.xml                  |  4 +-
 wicket-cdi-1.1/pom.xml                          |  4 +-
 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-extensions/pom.xml                       |  2 +-
 wicket-guice/pom.xml                            |  2 +-
 wicket-ioc/pom.xml                              |  2 +-
 wicket-jmx/pom.xml                              |  2 +-
 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-objectsizeof-agent/pom.xml               |  2 +-
 wicket-request/pom.xml                          |  4 +-
 wicket-spring/pom.xml                           |  2 +-
 wicket-user-guide/pom.xml                       |  2 +-
 wicket-util/pom.xml                             |  2 +-
 wicket-velocity/pom.xml                         |  2 +-
 wicket/pom.xml                                  |  2 +-
 30 files changed, 60 insertions(+), 60 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index e1cf6b6..8ea7128 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eae7651..c20552c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>6.24.0-SNAPSHOT</version>
+	<version>6.25.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -251,7 +251,7 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-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 -->
@@ -260,121 +260,121 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-devutils</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-request</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-util</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-guice</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-ioc</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-jmx</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-auth-roles</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-datetime</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-velocity</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bean-validation</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-core</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty9</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-tomcat</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket6</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
-				<version>0.27-SNAPSHOT</version>
+				<version>0.28-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi-1.1</artifactId>
-				<version>6.24.0-SNAPSHOT</version>
+				<version>6.25.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index 76563bd..6449dcb 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index d2dbecf..13df8b8 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-js-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 12309e1..43c757c 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index f6fdbc0..d37544b 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-bean-validation</artifactId>
-	<version>6.24.0-SNAPSHOT</version>
+	<version>6.25.0-SNAPSHOT</version>
 	<name>Wicket Bean Validation</name>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-cdi-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml
index dac3326..7cd48af 100644
--- a/wicket-cdi-1.1/pom.xml
+++ b/wicket-cdi-1.1/pom.xml
@@ -20,12 +20,12 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi-1.1</artifactId>
 	<packaging>jar</packaging>
-	<version>6.24.0-SNAPSHOT</version>
+	<version>6.25.0-SNAPSHOT</version>
 	<name>Wicket CDI 1.1</name>
 	<description>
 		Provides integration between Wicket and CDI containers. Enables injection of

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index ac99785..d5dec97 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 278a33f..06c5dd2 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index 51b81f8..d8eacda 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index ed3a567..fe157f7 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 6f10567..4b8c2cb 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index f6b4e62..0812ea6 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.wicket.experimental.wicket6</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index a00f6ce..65c5d60 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket.experimental.wicket6</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-atmosphere</artifactId>
-	<version>0.27-SNAPSHOT</version>
+	<version>0.28-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<properties>
 		<atmosphere.version>2.2.8</atmosphere.version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index d101b18..f9f99df 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 65d54cb..48c11a1 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 71ab7de..8ec6d25 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index b15c0b6..5a5580a 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index d90c989..3050094 100644
--- a/wicket-native-websocket/pom.xml
+++ b/wicket-native-websocket/pom.xml
@@ -20,11 +20,11 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket</artifactId>
-    <version>6.24.0-SNAPSHOT</version>
+    <version>6.25.0-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/e5a23152/wicket-native-websocket/wicket-native-websocket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/wicket-native-websocket-core/pom.xml b/wicket-native-websocket/wicket-native-websocket-core/pom.xml
index b6bd46c..88eb241 100644
--- a/wicket-native-websocket/wicket-native-websocket-core/pom.xml
+++ b/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>6.24.0-SNAPSHOT</version>
+        <version>6.25.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>wicket-native-websocket-core</artifactId>
     <packaging>jar</packaging>
-    <version>6.24.0-SNAPSHOT</version>
+    <version>6.25.0-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/e5a23152/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
index 675f498..70d9436 100644
--- a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
+++ b/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>6.24.0-SNAPSHOT</version>
+        <version>6.25.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>6.24.0-SNAPSHOT</version>
+    <version>6.25.0-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/e5a23152/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
index 9ba62a4..398b6dc 100644
--- a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
+++ b/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>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket-jetty9</artifactId>
 	<packaging>jar</packaging>
-	<version>6.24.0-SNAPSHOT</version>
+	<version>6.25.0-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/e5a23152/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
index a41bda1..7b2d61f 100644
--- a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
+++ b/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>6.24.0-SNAPSHOT</version>
+        <version>6.25.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-tomcat</artifactId>
     <packaging>jar</packaging>
-    <version>6.24.0-SNAPSHOT</version>
+    <version>6.25.0-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/e5a23152/wicket-objectsizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml
index e409a9f..93e8834 100644
--- a/wicket-objectsizeof-agent/pom.xml
+++ b/wicket-objectsizeof-agent/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index ba39d02..2fc3af6 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.24.0-SNAPSHOT</version>
+    <version>6.25.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.24.0-SNAPSHOT</version>
+  <version>6.25.0-SNAPSHOT</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index cc3f78d..f2ec32a 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-user-guide/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index ed565c5..ec0a7eb 100644
--- a/wicket-user-guide/pom.xml
+++ b/wicket-user-guide/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>6.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-user-guide</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index e162947..edd0bb9 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index b02df7f..214bbe4 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/e5a23152/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index b53f4de..b5015d3 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.24.0-SNAPSHOT</version>
+		<version>6.25.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket</artifactId>