Updated Branches:
  refs/heads/master 97346cc9f -> bbe24c806

Set new version to 6.3.0-SNAPSHOT

The next release of Wicket is 6.3.0, so we should work on 6.3.0-SNAPSHOT
instead of 6.2.0-SNAPSHOT on master.


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

Branch: refs/heads/master
Commit: bbe24c806de8d57787eb36183e931f6f3f8113f1
Parents: 97346cc
Author: Martijn Dashorst <[email protected]>
Authored: Fri Nov 2 09:51:08 2012 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Fri Nov 2 09:51:08 2012 +0100

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                      |    2 +-
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 pom.xml                                            |   30 +++++++-------
 testing/wicket-common-tests/pom.xml                |    2 +-
 wicket-auth-roles/pom.xml                          |    2 +-
 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      |    2 +-
 wicket-experimental/wicket-bootstrap/pom.xml       |    2 +-
 wicket-experimental/wicket-examples-parent/pom.xml |    2 +-
 .../wicket-native-websocket/pom.xml                |    2 +-
 wicket-extensions/pom.xml                          |    2 +-
 wicket-guice/pom.xml                               |    2 +-
 wicket-ioc/pom.xml                                 |    2 +-
 wicket-jmx/pom.xml                                 |    2 +-
 wicket-objectssizeof-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 +-
 25 files changed, 40 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 8190e69..6c6a6bd 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml 
b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 69ac45d..c629de9 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -42,7 +42,7 @@
                </license>
        </licenses>
        <properties>
-               <wicket.version>6.2.0-SNAPSHOT</wicket.version>
+               <wicket.version>6.3.0-SNAPSHOT</wicket.version>
                <jetty.version>7.6.3.v20120416</jetty.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f21a7d..c751f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>6.2.0-SNAPSHOT</version>
+       <version>6.3.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -199,7 +199,7 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.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 -->
@@ -208,79 +208,79 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-core</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-devutils</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-request</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-extensions</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-util</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-guice</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-ioc</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-jmx</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-spring</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-auth-roles</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-datetime</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-velocity</artifactId>
-                               <version>6.2.0-SNAPSHOT</version>
+                               <version>6.3.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml 
b/testing/wicket-common-tests/pom.xml
index 11a7db4..05ec2b2 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index a69dd70..d722d1d 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 65b19b1..081d6a0 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 82bfdeb..5e1fb8e 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index ea5f897..9f90843 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index b690614..939d614 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 57b5be1..e7030ae 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 20adc46..c767e51 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-experimental</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml 
b/wicket-experimental/wicket-atmosphere/pom.xml
index 71b5c5d..273172f 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-atmosphere</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-experimental/wicket-bootstrap/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bootstrap/pom.xml 
b/wicket-experimental/wicket-bootstrap/pom.xml
index 5d3b639..f1dcaa2 100644
--- a/wicket-experimental/wicket-bootstrap/pom.xml
+++ b/wicket-experimental/wicket-bootstrap/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-bootstrap</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-experimental/wicket-examples-parent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/pom.xml 
b/wicket-experimental/wicket-examples-parent/pom.xml
index 81d88ac..d7eacd8 100644
--- a/wicket-experimental/wicket-examples-parent/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-experimental/wicket-native-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-native-websocket/pom.xml 
b/wicket-experimental/wicket-native-websocket/pom.xml
index e080d83..469bf23 100644
--- a/wicket-experimental/wicket-native-websocket/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index bfc43a0..63204b8 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 32453fb..61504ae 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index ae41ee3..e193ff2 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 4a89d17..1a567f5 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml 
b/wicket-objectssizeof-agent/pom.xml
index 35ca549..d695d65 100644
--- a/wicket-objectssizeof-agent/pom.xml
+++ b/wicket-objectssizeof-agent/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>6.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index b3f19ee..05920b1 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.2.0-SNAPSHOT</version>
+    <version>6.3.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.2.0-SNAPSHOT</version>
+  <version>6.3.0-SNAPSHOT</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 3a11fa1..7aa0060 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 41209d5..22517c4 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 2df4687..2121ac1 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/bbe24c80/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 71cce04..b40e92d 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.2.0-SNAPSHOT</version>
+               <version>6.3.0-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket</artifactId>

Reply via email to