This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new e73dfcce88 Version set to 11.0.0-SNAPSHOT
e73dfcce88 is described below
commit e73dfcce880dcfdd3f6fad9f1c5f621717a231dd
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sat Jan 31 20:01:21 2026 +0100
Version set to 11.0.0-SNAPSHOT
---
archetypes/quickstart/pom.xml | 2 +-
pom.xml | 46 +++++++++++-----------
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 | 2 +-
wicket-cdi-tests/pom.xml | 2 +-
wicket-cdi/pom.xml | 2 +-
wicket-core-tests/pom.xml | 2 +-
wicket-core/pom.xml | 2 +-
wicket-devutils/pom.xml | 2 +-
wicket-examples/pom.xml | 2 +-
wicket-experimental/pom.xml | 2 +-
wicket-experimental/wicket-metrics/pom.xml | 4 +-
wicket-extensions-tester/pom.xml | 2 +-
wicket-extensions/pom.xml | 2 +-
wicket-guice/pom.xml | 2 +-
wicket-ioc/pom.xml | 2 +-
wicket-jmx/pom.xml | 2 +-
wicket-migration/pom.xml | 2 +-
wicket-native-websocket/pom.xml | 2 +-
.../wicket-native-websocket-core/pom.xml | 2 +-
.../wicket-native-websocket-javax/pom.xml | 2 +-
.../wicket-native-websocket-tester/pom.xml | 2 +-
wicket-objectsizeof-agent/pom.xml | 2 +-
wicket-request/pom.xml | 2 +-
wicket-spring/pom.xml | 2 +-
wicket-tester/pom.xml | 2 +-
wicket-user-guide/pom.xml | 2 +-
wicket-util/pom.xml | 2 +-
wicket-velocity/pom.xml | 2 +-
wicket/pom.xml | 2 +-
32 files changed, 55 insertions(+), 55 deletions(-)
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index a3b5084388..2de2937612 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-archetype-quickstart</artifactId>
diff --git a/pom.xml b/pom.xml
index 08f1beee2a..bb494501f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Wicket Parent</name>
<description>Wicket is a Java-based open source component web
application framework.</description>
@@ -130,7 +130,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
<project.build.outputTimestamp>2025-12-21T14:47:07Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-31T19:00:35Z</project.build.outputTimestamp>
<javadoc.additionalJOption />
<javadoc.jdk.apidocs.link>https://docs.oracle.com/en/java/javase/${java.specification.version}/docs/api/</javadoc.jdk.apidocs.link>
@@ -346,25 +346,25 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-auth-roles</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-bean-validation</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-cdi</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
@@ -376,19 +376,19 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core-tests</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-devutils</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
@@ -399,79 +399,79 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions-tester</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-guice</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-ioc</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-jmx</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-core</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-javax</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-tester</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-velocity</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.wicket.experimental.wicket10</groupId>
<artifactId>wicket-metrics</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
@@ -582,7 +582,7 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-tester</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/testing/wicket-common-tests/pom.xml
b/testing/wicket-common-tests/pom.xml
index 3dd49cf053..c3e04bc141 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-common-tests</artifactId>
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index d50f0ddb24..2a8df964b6 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wicket-js-tests</artifactId>
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 94b4c73821..145c98975c 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-auth-roles</artifactId>
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index 5eb87047dd..241e0071e6 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-bean-validation</artifactId>
diff --git a/wicket-cdi-tests/pom.xml b/wicket-cdi-tests/pom.xml
index 1f7fa1d7b9..4f9ecfe70e 100644
--- a/wicket-cdi-tests/pom.xml
+++ b/wicket-cdi-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-cdi-tests</artifactId>
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 3f35b86e41..e5de2099a6 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-cdi</artifactId>
diff --git a/wicket-core-tests/pom.xml b/wicket-core-tests/pom.xml
index 505907ee3d..e17620954e 100644
--- a/wicket-core-tests/pom.xml
+++ b/wicket-core-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-core-tests</artifactId>
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 2634bee9f6..04a1fd707c 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-core</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 229cbd22d7..52be1c969f 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-devutils</artifactId>
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 18d69a3e9b..d498081e84 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-examples</artifactId>
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index b815c6501f..bd36f01364 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.wicket.experimental.wicket10</groupId>
diff --git a/wicket-experimental/wicket-metrics/pom.xml
b/wicket-experimental/wicket-metrics/pom.xml
index d4bc6a8b81..2f786550e0 100644
--- a/wicket-experimental/wicket-metrics/pom.xml
+++ b/wicket-experimental/wicket-metrics/pom.xml
@@ -20,11 +20,11 @@
<parent>
<groupId>org.apache.wicket.experimental.wicket10</groupId>
<artifactId>wicket-experimental</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-metrics</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Wicket Metrics</name>
<description>
diff --git a/wicket-extensions-tester/pom.xml b/wicket-extensions-tester/pom.xml
index 55105103bf..2431f282a5 100644
--- a/wicket-extensions-tester/pom.xml
+++ b/wicket-extensions-tester/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-extensions-tester</artifactId>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index e6110b72e6..6da475cd8c 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-extensions</artifactId>
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index b352030587..35d671ed09 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-guice</artifactId>
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 9828617dfb..cf08303a1a 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-ioc</artifactId>
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index faf9dd1c84..abb1e7224e 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-jmx</artifactId>
diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index 965c8938a0..89e9b47074 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
</parent>
<artifactId>wicket-migration</artifactId>
<name>Wicket Migration</name>
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index 5388c30c13..b1b32bae88 100644
--- a/wicket-native-websocket/pom.xml
+++ b/wicket-native-websocket/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-native-websocket</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-core/pom.xml
b/wicket-native-websocket/wicket-native-websocket-core/pom.xml
index 7e2c0bc123..a4bc6c89ea 100644
--- a/wicket-native-websocket/wicket-native-websocket-core/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
index 155defa335..4bc56f43b8 100644
--- a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-native-websocket-javax</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
b/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
index 8140227e9f..4c01326a6b 100644
--- a/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/wicket-objectsizeof-agent/pom.xml
b/wicket-objectsizeof-agent/pom.xml
index 1b69e1a630..edeacdb8bd 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-objectsizeof-agent</artifactId>
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index af8b4e5e50..559574a53d 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>wicket-parent</artifactId>
<groupId>org.apache.wicket</groupId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
</parent>
<artifactId>wicket-request</artifactId>
<packaging>jar</packaging>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index adeed1bffe..c4f4399fd1 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-spring</artifactId>
diff --git a/wicket-tester/pom.xml b/wicket-tester/pom.xml
index 897755eb1c..bb2b85760e 100644
--- a/wicket-tester/pom.xml
+++ b/wicket-tester/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-tester</artifactId>
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index dc778dcda9..8789a07576 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-user-guide</artifactId>
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 59affaa4e6..69d3f6b7cd 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-util</artifactId>
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 7545b8cd93..eff6681521 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>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-velocity</artifactId>
diff --git a/wicket/pom.xml b/wicket/pom.xml
index d16cdb82b0..41f32c788f 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
- <version>10.9.0-SNAPSHOT</version>
+ <version>11.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket</artifactId>