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 2014/11/08 16:39:44 UTC

[1/3] wicket git commit: Added 6.18.0 release notes

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 945f5a0d1 -> c4656d00f


Added 6.18.0 release notes


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

Branch: refs/heads/wicket-6.x
Commit: 3f838bfa9efed508387148e8c8c72b4998ee1e1b
Parents: 4e185f8
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Oct 31 11:58:30 2014 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Oct 31 11:58:30 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/3f838bfa/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index e06457c..985d5cd 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -2,6 +2,48 @@ This file contains all changes done in releases for Apache Wicket 6.x.
 
 =============================================================================
 
+Release Notes - Wicket - Version 6.18.0
+
+** Bug
+
+    * [WICKET-5265] - FencedFeedbackPanel is broken with RefreshingView(and it's implementations)
+    * [WICKET-5326] - Wicket doesn't encrypt links and Ajax URLs for mounted pages when CryptoMapper is used
+    * [WICKET-5689] - Nested Redirects and REDIRECT_TO_BUFFER
+    * [WICKET-5698] - WebApplication#unmount() unmounts the whole compound mapper if some of its inner ones matches
+    * [WICKET-5699] - wicket-atmosphere 0.20 should use wicket-webjars 0.4.3
+    * [WICKET-5701] - WebSocketRequestHandler is not set as a scheduled and thus RequestCycle#find(AjaxRequestTarget.class) doesn't work 
+    * [WICKET-5704] - IllegalArgument exception with wicket:child in ajaxrequest
+    * [WICKET-5706] - ResourceUtils.getLocaleFromFilename cannot handle filenames with classifiers
+    * [WICKET-5711] - OnChangeAjaxBehavior should listen for both 'inputchange' and 'change' events for TextField and TextArea
+    * [WICKET-5712] - SecuritySettings.setEnforceMounts() does not work when the mounted mapper is not in the root compound mapper
+    * [WICKET-5714] - MockHttpServletRequest.buildRequest() should work for parameters with multiple values with multipart content type
+    * [WICKET-5716] - wicket-autocomplete prevents "change"-listener when leaving input via mouse click
+    * [WICKET-5717] - Url.parse/toString should support fragment
+    * [WICKET-5719] - Wicket-atmosphere should warn about phone home
+    * [WICKET-5720] - Method Strings.join doesn't work correctly if separator is empty.
+    * [WICKET-5723] - CheckGroupSelector with disabled checks
+    * [WICKET-5731] - Using "Submit" button in Ajax DropDownChoice example leads to broken HTML page
+    * [WICKET-5736] - Atmosphere Eventbus throws Concurrent Modification Exception
+
+** Improvement
+
+    * [WICKET-5691] - Wicket FileUploadField.getFileUploads() should never return null.
+    * [WICKET-5692] - Misleading message in PropertyValidator
+    * [WICKET-5694] - Add WicketTester assertion methods for component's markup style, variation and locale 
+    * [WICKET-5710] - StringValidator should set 'minlength' attribute to input and textarea
+    * [WICKET-5715] - Allow setting 'async' attribute on reference <script> elements
+    * [WICKET-5718] - Upgrade Atmosphere to 2.2.2
+    * [WICKET-5725] - Add NumberTextField(String,Class<T>) constructor
+    * [WICKET-5729] - Avoid using input names that conflict with JavaScript DOM API method and attribute names
+    * [WICKET-5735] - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase
+    * [WICKET-5740] - Provide a way to adapt the lock timeout based on the page class/id
+
+** New Feature
+
+    * [WICKET-5677] - Components should have onAdd to complement onRemove
+
+=============================================================================
+
 Release Notes - Wicket - Version 6.17.0
 
 ** Sub-task


[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/c4656d00
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c4656d00
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c4656d00

Branch: refs/heads/wicket-6.x
Commit: c4656d00f23ce89fc49c596bf3c96f729697f17b
Parents: b1d635e 945f5a0
Author: Martijn Dashorst <da...@apache.org>
Authored: Sat Nov 8 16:39:19 2014 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sat Nov 8 16:39:19 2014 +0100

----------------------------------------------------------------------
 .../ajax/attributes/AjaxCallListener.java       |  63 +++++++-
 .../wicket/ajax/res/js/wicket-event-jquery.js   |   3 +-
 .../wicket/markup/head/ResourceAggregator.java  |   1 +
 .../ReplacementResourceBundleReference.java     |  12 ++
 .../wicket/TestDetachPageExpectedResult.html    |   1 +
 .../ajax/AjaxBehaviorEnabled_expected.html      |   1 +
 .../AjaxHeaderContributionPage2_expected.html   |   1 +
 .../AjaxHeaderContributionPage_expected.html    |   1 +
 .../wicket/ajax/DomReadyOrderPage_expected.html |   1 +
 .../form/AjaxFormSubmitTestPage_expected.html   |   1 +
 .../OnChangeAjaxBehaviorTestPage_expected.html  |   1 +
 .../ajaxLink/AjaxLinkPageExpectedResult.html    |   1 +
 .../AjaxLinkWithBorderPageExpectedResult.html   |   1 +
 .../html/ajaxLink/AjaxPage2_ExpectedResult.html |   1 +
 .../html/basic/SimplePageExpectedResult_13.html |   1 +
 .../HideableBorderPage_ExpectedResult.html      |   1 +
 .../panel/InlinePanelPageExpectedResult_7.html  |   1 +
 .../panel/InlinePanelPageExpectedResult_8.html  |   1 +
 .../ResourceAggregatorTest1Page_results.html    |   1 +
 .../ResourceAggregatorTest2Page_results.html    |   1 +
 .../yui/calendar/DatesPage1_ExpectedResult.html |   1 +
 .../apache/wicket/util/io/BOMInputStream.java   |   4 +-
 .../util/license/ApacheLicenceHeaderTest.java   | 158 +++++++++----------
 .../license/ApacheLicenseHeaderTestCase.java    |   5 -
 .../WicketUtilApacheLicenceHeaderTest.java      |  76 +++++++++
 25 files changed, 245 insertions(+), 94 deletions(-)
----------------------------------------------------------------------



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

Posted by da...@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/b1d635e0
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b1d635e0
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b1d635e0

Branch: refs/heads/wicket-6.x
Commit: b1d635e099ee34c81e980b726d2fa23fa822cb57
Parents: 3f838bf
Author: Martijn Dashorst <da...@apache.org>
Authored: Sat Nov 8 16:39:06 2014 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sat Nov 8 16:39:06 2014 +0100

----------------------------------------------------------------------
 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-util/pom.xml                             |  2 +-
 wicket-velocity/pom.xml                         |  2 +-
 wicket/pom.xml                                  |  2 +-
 29 files changed, 59 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index cb6e731..4981864 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 562cfd3..78e00d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>6.18.0-SNAPSHOT</version>
+	<version>6.19.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -202,7 +202,7 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.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 -->
@@ -211,121 +211,121 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-devutils</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-request</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-util</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-guice</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-ioc</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-jmx</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-auth-roles</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-datetime</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-velocity</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bean-validation</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-core</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-jetty9</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-tomcat</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket6</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
-				<version>0.21-SNAPSHOT</version>
+				<version>0.22-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi-1.1</artifactId>
-				<version>6.18.0-SNAPSHOT</version>
+				<version>6.19.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index 40e86c0..f0eecd8 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 6175cba..f9a3d4c 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-js-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index e041c56..ef70686 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index 1c0ba11..f6dd2f2 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-bean-validation</artifactId>
-	<version>6.18.0-SNAPSHOT</version>
+	<version>6.19.0-SNAPSHOT</version>
 	<name>Wicket Bean Validation</name>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-cdi-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml
index 7fe2b8f..4f3b88a 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi-1.1</artifactId>
 	<packaging>jar</packaging>
-	<version>6.18.0-SNAPSHOT</version>
+	<version>6.19.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/b1d635e0/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 8098bd2..55952d0 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 7747194..2f596a1 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index 7d50966..35b2eb9 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 2fb6b20..0584999 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 4be5c09..52adfd1 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 9875ffb..54842a1 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.18.0-SNAPSHOT</version>
+		<version>6.19.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/b1d635e0/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index 5919cbf..0130330 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-atmosphere</artifactId>
-	<version>0.21-SNAPSHOT</version>
+	<version>0.22-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<properties>
 		<atmosphere.version>2.2.2</atmosphere.version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 9f67a60..462313d 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 10266aa..2ecf4ad 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index a7565a0..41d3455 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index d157eed..459ba65 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index dfa0a3e..97be0b3 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket</artifactId>
-    <version>6.18.0-SNAPSHOT</version>
+    <version>6.19.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/b1d635e0/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 6b0d8d5..fbb7cfd 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.18.0-SNAPSHOT</version>
+        <version>6.19.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>wicket-native-websocket-core</artifactId>
     <packaging>jar</packaging>
-    <version>6.18.0-SNAPSHOT</version>
+    <version>6.19.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/b1d635e0/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 b046e3f..fca3484 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.18.0-SNAPSHOT</version>
+        <version>6.19.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>6.18.0-SNAPSHOT</version>
+    <version>6.19.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/b1d635e0/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 c84e1f8..1390cc6 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket-jetty9</artifactId>
 	<packaging>jar</packaging>
-	<version>6.18.0-SNAPSHOT</version>
+	<version>6.19.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/b1d635e0/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 4fb07f2..0059aee 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.18.0-SNAPSHOT</version>
+        <version>6.19.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-tomcat</artifactId>
     <packaging>jar</packaging>
-    <version>6.18.0-SNAPSHOT</version>
+    <version>6.19.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/b1d635e0/wicket-objectsizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml
index de41f2a..94326a9 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 181a45c..ca0c98f 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.18.0-SNAPSHOT</version>
+    <version>6.19.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.18.0-SNAPSHOT</version>
+  <version>6.19.0-SNAPSHOT</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 76c1aeb..5b05b59 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 79b9f74..44435be 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index bbafc62..ef4b2c8 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/b1d635e0/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index a72477a..27d4e3c 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.18.0-SNAPSHOT</version>
+		<version>6.19.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket</artifactId>