Updated Branches:
  refs/heads/master cb660c206 -> dc0b05ff5

Update versions to align with release train

The previous versions assumed we were going to release 6.0.z, but
starting with semver we are only going to release 6.y versions, and
only release 6.y.z bug fixes in extreme cases.

Therefore the POMs should be 6.1-SNAPSHOT instead of 6.0-SNAPSHOT.


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

Branch: refs/heads/master
Commit: dc0b05ff5ce13d05d551baa47bdaf78bde5706de
Parents: cb660c2
Author: Martijn Dashorst <[email protected]>
Authored: Wed Sep 26 11:25:49 2012 +0200
Committer: Martijn Dashorst <[email protected]>
Committed: Wed Sep 26 11:25:49 2012 +0200

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                      |    4 ++--
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 pom.xml                                            |    2 +-
 testing/wicket-common-tests/pom.xml                |    4 ++--
 wicket-auth-roles/pom.xml                          |    4 ++--
 wicket-cdi/pom.xml                                 |    5 ++---
 wicket-core/pom.xml                                |    6 +++---
 wicket-datetime/pom.xml                            |    4 ++--
 wicket-devutils/pom.xml                            |    4 ++--
 wicket-examples/pom.xml                            |    4 ++--
 wicket-experimental/pom.xml                        |    2 +-
 wicket-experimental/wicket-atmosphere/pom.xml      |    6 +++---
 wicket-experimental/wicket-bootstrap/pom.xml       |    6 +++---
 wicket-experimental/wicket-examples-parent/pom.xml |    2 +-
 .../wicket-examples-jar/pom.xml                    |    2 +-
 .../wicket-examples-war/pom.xml                    |    4 ++--
 .../wicket-native-websocket/pom.xml                |    2 +-
 .../wicket-native-websocket-core/pom.xml           |    2 +-
 .../wicket-native-websocket-jetty/pom.xml          |    2 +-
 .../wicket-native-websocket-tomcat/pom.xml         |    2 +-
 wicket-extensions/pom.xml                          |    6 +++---
 wicket-guice/pom.xml                               |    4 ++--
 wicket-ioc/pom.xml                                 |    4 ++--
 wicket-jmx/pom.xml                                 |    4 ++--
 wicket-objectssizeof-agent/pom.xml                 |    4 ++--
 wicket-request/pom.xml                             |    6 +++---
 wicket-spring/pom.xml                              |    4 ++--
 wicket-util/pom.xml                                |    4 ++--
 wicket-velocity/pom.xml                            |    4 ++--
 wicket/pom.xml                                     |    2 +-
 30 files changed, 55 insertions(+), 56 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index ca810dd..5b13a80 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-archetype-quickstart</artifactId>
@@ -75,7 +75,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/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 dba86a2..d77b4b9 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.0-SNAPSHOT</wicket.version>
+               <wicket.version>6.1-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/dc0b05ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 045a4b4..322c3c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>6.0-SNAPSHOT</version>
+       <version>6.1-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml 
b/testing/wicket-common-tests/pom.xml
index 3aa54d6..7436a17 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.wicket</groupId>
@@ -116,7 +116,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index d632659..b1f0af5 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-auth-roles</artifactId>
@@ -63,7 +63,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 2ec438b..df602d9 100644
--- a/wicket-cdi/pom.xml
+++ b/wicket-cdi/pom.xml
@@ -15,13 +15,12 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>6.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index d106208..0d58350 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-core</artifactId>
@@ -114,7 +114,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                                
<pluginExecution>
@@ -133,7 +133,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index cf7251e..a87deaf 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>
@@ -87,7 +87,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 83e9b91..222ea55 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-devutils</artifactId>
@@ -68,7 +68,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 6e9e4b0..a2a1506 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>
@@ -227,7 +227,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 9d9e9e5..04d04b5 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-experimental</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml 
b/wicket-experimental/wicket-atmosphere/pom.xml
index f647090..a14ffc5 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-atmosphere</artifactId>
@@ -92,7 +92,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                        <pluginExecution>
@@ -111,7 +111,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-bootstrap/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bootstrap/pom.xml 
b/wicket-experimental/wicket-bootstrap/pom.xml
index e681eac..987028c 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-bootstrap</artifactId>
@@ -67,7 +67,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                        <pluginExecution>
@@ -86,7 +86,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/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 12128dc..6ac979a 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml 
b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
index b682eda..31ec3b3 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
@@ -101,7 +101,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml 
b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
index 6863c80..98f4ebf 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
@@ -72,7 +72,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                        <pluginExecution>
@@ -91,7 +91,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/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 f3a6f3d..a678743 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
index c1d84c5..b0d21e8 100644
--- 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
+++ 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-core/pom.xml
@@ -87,7 +87,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
index d3c8870..84f3f92 100644
--- 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
+++ 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
@@ -69,7 +69,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
index 748d1ed..dea71db 100644
--- 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
+++ 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
@@ -83,7 +83,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 977bf2d..01d6c7d 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-extensions</artifactId>
@@ -72,7 +72,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                        <pluginExecution>
@@ -91,7 +91,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 04f746a..1c95924 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-guice</artifactId>
@@ -71,7 +71,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 56fb326..d3df09e 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-ioc</artifactId>
@@ -76,7 +76,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index f8c7376..1f2f1da 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-jmx</artifactId>
@@ -60,7 +60,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml 
b/wicket-objectssizeof-agent/pom.xml
index 3aec1ee..a428c29 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-objectsizeof-agent</artifactId>
@@ -72,7 +72,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 93c9966..d87f3eb 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.0-SNAPSHOT</version>
+    <version>6.1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.0-SNAPSHOT</version>
+  <version>6.1-SNAPSHOT</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>
@@ -60,7 +60,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index a7e7ea3..14fa679 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-spring</artifactId>
@@ -74,7 +74,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 8c43e6d..f3c15b7 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-util</artifactId>
@@ -59,7 +59,7 @@
                                                                        </goals>
                                                                
</pluginExecutionFilter>
                                                                <action>
-                                                                       
<ignore></ignore>
+                                                                       <ignore 
/>
                                                                </action>
                                                        </pluginExecution>
                                                </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 38abc8f..42b434b 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-velocity</artifactId>
@@ -69,7 +69,7 @@
                                                                                
</goals>
                                                                        
</pluginExecutionFilter>
                                                                        <action>
-                                                                               
<ignore></ignore>
+                                                                               
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
                                                        </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dc0b05ff/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 1ed48e5..55c1a57 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.0-SNAPSHOT</version>
+               <version>6.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket</artifactId>

Reply via email to