Repository: wicket
Updated Branches:
  refs/heads/master 024153133 -> bf4f3ed7c


prepare for the next release cycle


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

Branch: refs/heads/master
Commit: bf4f3ed7c9ac63cb01b9483cc1e1513e26785383
Parents: dbd86d9
Author: Andrea Del Bene <[email protected]>
Authored: Mon May 21 20:27:18 2018 +0200
Committer: Andrea Del Bene <[email protected]>
Committed: Mon May 21 20:27:30 2018 +0200

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                   |  2 +-
 pom.xml                                         | 46 ++++++++++----------
 testing/wicket-arquillian/pom.xml               |  2 +-
 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 +-
 34 files changed, 58 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 09ffb23..aad0af9 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 28b2138..2a7cb54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>8.0.0-SNAPSHOT</version>
+       <version>8.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -270,7 +270,7 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.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 -->
@@ -279,37 +279,37 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-auth-roles</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-bean-validation</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi-1.1</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-core</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-devutils</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
@@ -320,91 +320,91 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-extensions</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-guice</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-ioc</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-jmx</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-core</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-javax</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-request</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-spring</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-util</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-velocity</artifactId>
-                               <version>8.0.0-SNAPSHOT</version>
+                               <version>8.1.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-metrics</artifactId>
-                               <version>0.6-SNAPSHOT</version>
+                               <version>0.7-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-core</artifactId>
-                               <version>0.5-SNAPSHOT</version>
+                               <version>0.6-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-jetty</artifactId>
-                               <version>0.5-SNAPSHOT</version>
+                               <version>0.6-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-tomcat</artifactId>
-                               <version>0.5-SNAPSHOT</version>
+                               <version>0.6-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket8</groupId>
                                <artifactId>wicket-http2-undertow</artifactId>
-                               <version>0.5-SNAPSHOT</version>
+                               <version>0.6-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/testing/wicket-arquillian/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-arquillian/pom.xml 
b/testing/wicket-arquillian/pom.xml
index 94613da..85eb5cb 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>8.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml 
b/testing/wicket-common-tests/pom.xml
index a8a3750..6a033b5 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-common-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 01ba33c..f10e7a6 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-js-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 442eb7e..0146f73 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index c9b345b..20712d6 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-bean-validation</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-cdi-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml
index 82058a8..ef8423e 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi-1.1</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index ffb927d..e90efab 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index d9386c5..cafce24 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index b21d499..1848327 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 550a5f4..12984f4 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index ff4012a..d47ef92 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.wicket.experimental.wicket8</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-http2/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/pom.xml 
b/wicket-experimental/wicket-http2/pom.xml
index bd82989..d4dbaab 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2</artifactId>
-       <version>0.5-SNAPSHOT</version>
+       <version>0.6-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Http/2</name>
        <description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-core/pom.xml
index df33995..4cc54be 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.5-SNAPSHOT</version>
+               <version>0.6-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-jetty/pom.xml
index 2656e7a..fd708c8 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.5-SNAPSHOT</version>
+               <version>0.6-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-jetty</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-servlet4/pom.xml
index 86ee6c4..4f73806 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.5-SNAPSHOT</version>
+               <version>0.6-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-servlet4</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-tomcat/pom.xml
index 8e5bf8b..74b89df 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.5-SNAPSHOT</version>
+               <version>0.6-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-tomcat</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml 
b/wicket-experimental/wicket-http2/wicket-http2-undertow/pom.xml
index a364d0d..7f8e3c5 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.5-SNAPSHOT</version>
+               <version>0.6-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-http2-undertow</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-experimental/wicket-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-metrics/pom.xml 
b/wicket-experimental/wicket-metrics/pom.xml
index 66d8fa3..b673fec 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-metrics</artifactId>
-       <version>0.6-SNAPSHOT</version>
+       <version>0.7-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <name>Wicket Metrics</name>
        <description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 96508ca..765bd6b 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 6f4011a..3938cc2 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index b1f517d..b94221e 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index f1ceb0a..af17b53 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index 3c4309b..e361334 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/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 6a1e53f..1e5b656 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.0.0-SNAPSHOT</version>
+        <version>8.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml 
b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
index 27825f3..bc03d0e 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket-javax</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-objectsizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectsizeof-agent/pom.xml 
b/wicket-objectsizeof-agent/pom.xml
index 65e9dd3..a007cd0 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index b6409d4..bfa2697 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.0.0-SNAPSHOT</version>
+    <version>8.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>wicket-request</artifactId>
   <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index d545bf9..6030b38 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-user-guide/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index 90f0f68..c22a5e4 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-user-guide</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index b9caec1..dd94d04 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index c7617ee..5b98223 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bf4f3ed7/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index f696216..70af250 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.0.0-SNAPSHOT</version>
+               <version>8.1.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket</artifactId>

Reply via email to