This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit f11e4d7e4baeb98096c8b02cac89aa30ece47c7b
Author: Andrea Del Bene <[email protected]>
AuthorDate: Wed Feb 2 21:32:31 2022 +0100

    Start next development version
---
 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-1.1/pom.xml                             |  2 +-
 wicket-cdi/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-http2/pom.xml           |  4 +-
 .../wicket-http2/wicket-http2-core/pom.xml         |  2 +-
 .../wicket-http2/wicket-http2-jetty/pom.xml        |  2 +-
 .../wicket-http2/wicket-http2-servlet4/pom.xml     |  2 +-
 .../wicket-http2/wicket-http2-tomcat/pom.xml       |  2 +-
 .../wicket-http2/wicket-http2-undertow/pom.xml     |  2 +-
 wicket-experimental/wicket-metrics/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                    |  2 +-
 .../wicket-native-websocket-core/pom.xml           |  2 +-
 .../wicket-native-websocket-javax/pom.xml          |  2 +-
 wicket-objectsizeof-agent/pom.xml                  |  2 +-
 wicket-request/pom.xml                             |  2 +-
 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 +-
 33 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index a8ae111..540fa12 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-archetype-quickstart</artifactId>
diff --git a/pom.xml b/pom.xml
index d9a3a72..cbb86d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>8.14.0-SNAPSHOT</version>
+       <version>8.15.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -284,7 +284,7 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.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 -->
@@ -293,37 +293,37 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-auth-roles</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-bean-validation</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi-1.1</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-core</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-devutils</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
@@ -334,91 +334,91 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-extensions</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-guice</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-ioc</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-jmx</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-core</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-javax</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-request</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-spring</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-util</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-velocity</artifactId>
-                               <version>8.14.0-SNAPSHOT</version>
+                               <version>8.15.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-core</artifactId>
-                               <version>0.20-SNAPSHOT</version>
+                               <version>0.21-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-jetty</artifactId>
-                               <version>0.20-SNAPSHOT</version>
+                               <version>0.21-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-tomcat</artifactId>
-                               <version>0.20-SNAPSHOT</version>
+                               <version>0.21-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-undertow</artifactId>
-                               <version>0.20-SNAPSHOT</version>
+                               <version>0.21-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-metrics</artifactId>
-                               <version>0.21-SNAPSHOT</version>
+                               <version>0.22-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
diff --git a/testing/wicket-common-tests/pom.xml 
b/testing/wicket-common-tests/pom.xml
index 06c59d6..dcc0d74 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 86486d3..7323dd6 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 1cc1c7f..c90251a 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 25dde09..1777842 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-bean-validation</artifactId>
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml
index 7ad4c1e..917b81a 100644
--- a/wicket-cdi-1.1/pom.xml
+++ b/wicket-cdi-1.1/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi-1.1</artifactId>
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index c11c0ef..90817b2 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi</artifactId>
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 253a697..8470bb5 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 1a4aed8..07c0871 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 d914a98..199d3b2 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 dd9a9ae..73d3bb6 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.wicket.experimental.wicket8</groupId>
diff --git a/wicket-experimental/wicket-http2/pom.xml 
b/wicket-experimental/wicket-http2/pom.xml
index 1269f19..d88d57d 100644
--- a/wicket-experimental/wicket-http2/pom.xml
+++ b/wicket-experimental/wicket-http2/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket8</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2</artifactId>
-       <version>0.20-SNAPSHOT</version>
+       <version>0.21-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Http/2</name>
        <description>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
index e1dde15..8e8bf15 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket8</groupId>
                <artifactId>wicket-http2</artifactId>
-               <version>0.20-SNAPSHOT</version>
+               <version>0.21-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-core</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
index c66c643..acf182b 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket8</groupId>
                <artifactId>wicket-http2</artifactId>
-               <version>0.20-SNAPSHOT</version>
+               <version>0.21-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-jetty</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml
index 1f04fbf..716047d 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket8</groupId>
                <artifactId>wicket-http2</artifactId>
-               <version>0.20-SNAPSHOT</version>
+               <version>0.21-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-servlet4</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
index 5479b20..ec528d6 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket8</groupId>
                <artifactId>wicket-http2</artifactId>
-               <version>0.20-SNAPSHOT</version>
+               <version>0.21-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-tomcat</artifactId>
diff --git a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
index 412d4b3..277a66d 100644
--- a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
+++ b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket8</groupId>
                <artifactId>wicket-http2</artifactId>
-               <version>0.20-SNAPSHOT</version>
+               <version>0.21-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-undertow</artifactId>
diff --git a/wicket-experimental/wicket-metrics/pom.xml 
b/wicket-experimental/wicket-metrics/pom.xml
index 5e8c2b9..024629f 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.wicket8</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-metrics</artifactId>
-       <version>0.21-SNAPSHOT</version>
+       <version>0.22-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <name>Wicket Metrics</name>
        <description>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 5aa7e95..57b8cb5 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 f63adc6..fbe58cb 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 ff692fd..a468cf0 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 a5dcf3d..850a9b3 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-jmx</artifactId>
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index 978ee35..a77130c 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 772dd25..e3c17d1 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>8.14.0-SNAPSHOT</version>
+        <version>8.15.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 06dc0b2..512fa5f 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket-javax</artifactId>
diff --git a/wicket-objectsizeof-agent/pom.xml 
b/wicket-objectsizeof-agent/pom.xml
index 54d4b98..a65e3a9 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 a53c03d..6c04245 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>8.14.0-SNAPSHOT</version>
+    <version>8.15.0-SNAPSHOT</version>
   </parent>
   <artifactId>wicket-request</artifactId>
   <packaging>bundle</packaging>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 029accc..5dd121d 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-spring</artifactId>
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index 434f969..458e157 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 173fa0d..4fbe4ce 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.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 e139237..c34a2c7 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>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-velocity</artifactId>
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 9d218c2..4ead920 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>8.14.0-SNAPSHOT</version>
+               <version>8.15.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket</artifactId>

Reply via email to