[maven-release-plugin] prepare release wicket-6.13.0

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

Branch: refs/heads/build/wicket-6.13.0
Commit: dbc9f46dbe4a1b7aac8e82dadbfcc0ed22f0fa0f
Parents: c643ea1
Author: Martijn Dashorst <[email protected]>
Authored: Sun Jan 5 21:24:18 2014 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Sun Jan 5 21:24:18 2014 +0100

----------------------------------------------------------------------
 archetypes/quickstart/pom.xml                   |  2 +-
 pom.xml                                         | 54 ++++++++++----------
 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   |  4 +-
 .../wicket-bean-validation/pom.xml              |  4 +-
 wicket-experimental/wicket-bootstrap/pom.xml    |  4 +-
 wicket-experimental/wicket-cdi-1.1/pom.xml      |  4 +-
 .../wicket-examples-parent/pom.xml              |  4 +-
 .../wicket-examples-jar/pom.xml                 |  4 +-
 .../wicket-examples-war/pom.xml                 |  4 +-
 .../wicket-native-websocket/pom.xml             |  4 +-
 .../wicket-native-websocket-core/pom.xml        |  4 +-
 .../wicket-native-websocket-jetty/pom.xml       |  4 +-
 .../wicket-native-websocket-jetty9/pom.xml      |  4 +-
 .../wicket-native-websocket-tomcat/pom.xml      |  4 +-
 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 +-
 32 files changed, 71 insertions(+), 71 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/archetypes/quickstart/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 6f9be42..b8d0681 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-archetype-quickstart</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 841a9d9..4a70168 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>6.13.0-SNAPSHOT</version>
+       <version>6.13.0</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -162,7 +162,7 @@
                
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection>
                
<url>http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git</url>
-         <tag>HEAD</tag>
+         <tag>wicket-6.13.0</tag>
   </scm>
        <mailingLists>
                <mailingList>
@@ -198,7 +198,7 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</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 -->
@@ -207,143 +207,143 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-core</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-devutils</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-request</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-extensions</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-util</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-guice</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-ioc</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-jmx</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-spring</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-auth-roles</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-datetime</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-velocity</artifactId>
-                               <version>6.13.0-SNAPSHOT</version>
+                               <version>6.13.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-bean-validation</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-core</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-jetty</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-jetty9</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-tomcat</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-atmosphere</artifactId>
-                               <version>0.16-SNAPSHOT</version>
+                               <version>0.16</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-bootstrap</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-examples-jar</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-examples-jar</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                                <classifier>sources</classifier>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-examples-war</artifactId>
-                               <version>0.15-SNAPSHOT</version>
+                               <version>0.15</version>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi-1.1</artifactId>
-                               <version>0.2-SNAPSHOT</version>
+                               <version>0.2</version>
                        </dependency>
                        <dependency>
                                <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml 
b/testing/wicket-common-tests/pom.xml
index 735d67f..66f75d0 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.wicket</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-auth-roles/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 74813b3..8c38774 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-auth-roles</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 9c60df6..b228427 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 75cfd58..20c9445 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-core</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-datetime/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index 0a2bdb9..73b3cb3 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-devutils/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index 0d98f2e..cb81d9d 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-devutils</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 2561ccb..317c3d6 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index b4db981..924d762 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-experimental</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml 
b/wicket-experimental/wicket-atmosphere/pom.xml
index fb412e7..d8d3afe 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-atmosphere</artifactId>
-       <version>0.16-SNAPSHOT</version>
+       <version>0.16</version>
        <packaging>jar</packaging>
        <properties>
                <atmosphere.version>2.0.4</atmosphere.version>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-experimental/wicket-bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bean-validation/pom.xml 
b/wicket-experimental/wicket-bean-validation/pom.xml
index 460e7fc..a7c3e67 100644
--- a/wicket-experimental/wicket-bean-validation/pom.xml
+++ b/wicket-experimental/wicket-bean-validation/pom.xml
@@ -4,11 +4,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-bean-validation</artifactId>
-       <version>0.15-SNAPSHOT</version>
+       <version>0.15</version>
        <name>Wicket Bean Validation</name>
 
        <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-experimental/wicket-bootstrap/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-bootstrap/pom.xml 
b/wicket-experimental/wicket-bootstrap/pom.xml
index 2bb11f3..0634096 100644
--- a/wicket-experimental/wicket-bootstrap/pom.xml
+++ b/wicket-experimental/wicket-bootstrap/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-bootstrap</artifactId>
-       <version>0.15-SNAPSHOT</version>
+       <version>0.15</version>
        <packaging>jar</packaging>
        <name>Wicket Bootstrap</name>
        <description>Wicket integration for Twitter's Bootstrap</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-experimental/wicket-cdi-1.1/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-cdi-1.1/pom.xml 
b/wicket-experimental/wicket-cdi-1.1/pom.xml
index 6bc08fb..3083c78 100644
--- a/wicket-experimental/wicket-cdi-1.1/pom.xml
+++ b/wicket-experimental/wicket-cdi-1.1/pom.xml
@@ -20,12 +20,12 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi-1.1</artifactId>
        <packaging>jar</packaging>
-       <version>0.2-SNAPSHOT</version>
+       <version>0.2</version>
        <name>Wicket CDI 1.1</name>
        <description>
                Provides integration between Wicket and CDI containers. Enables 
injection of

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 e108454..982446e 100644
--- a/wicket-experimental/wicket-examples-parent/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples-parent</artifactId>
-       <version>0.15-SNAPSHOT</version>
+       <version>0.15</version>
        <packaging>pom</packaging>
        <name>Wicket Examples Parent</name>
        <description>New examples structure for Apache Wicket</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 c48592d..4d49ca9 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-examples-parent</artifactId>
-               <version>0.15-SNAPSHOT</version>
+               <version>0.15</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples-jar</artifactId>
-       <version>0.15-SNAPSHOT</version>
+       <version>0.15</version>
        <packaging>jar</packaging>
        <name>Wicket Examples Jar</name>
        <description>Jar file for the Wicket examples.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 07f2ec9..f782740 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-war/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-examples-parent</artifactId>
-               <version>0.15-SNAPSHOT</version>
+               <version>0.15</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples-war</artifactId>
-       <version>0.15-SNAPSHOT</version>
+       <version>0.15</version>
        <packaging>war</packaging>
        <name>Wicket Examples War</name>
        <description>War file for the Wicket examples.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 e47e107..8d13a52 100644
--- a/wicket-experimental/wicket-native-websocket/pom.xml
+++ b/wicket-experimental/wicket-native-websocket/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>6.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket</artifactId>
-    <version>0.15-SNAPSHOT</version>
+    <version>0.15</version>
        <packaging>pom</packaging>
        <name>Wicket Native WebSocket Parent</name>
        <description>Wicket Native WebSocket provides native integration for 
WebSocket support with Servlet web containers.</description>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 e8bd980..6d31fd5 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
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.15-SNAPSHOT</version>
+        <version>0.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>wicket-native-websocket-core</artifactId>
     <packaging>jar</packaging>
-    <version>0.15-SNAPSHOT</version>
+    <version>0.15</version>
     <name>Wicket Native WebSocket Core</name>
     <description>Provides the common code needed for the different 
integrations with web container's WebSocket implementations</description>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 69f48ea..3cb4892 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
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.15-SNAPSHOT</version>
+        <version>0.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty</artifactId>
     <packaging>jar</packaging>
-    <version>0.15-SNAPSHOT</version>
+    <version>0.15</version>
     <name>Wicket Native WebSocket Jetty</name>
     <description>Provides the code specific to integrate with Jetty web 
container</description>
     <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
index 5f8e4a0..8a17ad5 100644
--- 
a/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
+++ 
b/wicket-experimental/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
@@ -20,12 +20,12 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-native-websocket</artifactId>
-               <version>0.15-SNAPSHOT</version>
+               <version>0.15</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket-jetty9</artifactId>
        <packaging>jar</packaging>
-       <version>0.15-SNAPSHOT</version>
+       <version>0.15</version>
        <name>Wicket Native WebSocket Jetty 9</name>
        <description>Provides the code specific to integrate with Jetty 9 web 
container</description>
        <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/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 4cf2db1..f84f3e1 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
@@ -20,12 +20,12 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>0.15-SNAPSHOT</version>
+        <version>0.15</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-tomcat</artifactId>
     <packaging>jar</packaging>
-    <version>0.15-SNAPSHOT</version>
+    <version>0.15</version>
     <name>Wicket Native WebSocket Tomcat 7.x</name>
     <description>Provides the code specific to integrate with Tomcat web 
container</description>
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-extensions/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index f8a3879..66770c7 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-guice/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index c93270f..684d864 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-guice</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-ioc/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 3a5e5a0..bb3a096 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-ioc</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 77f3494..6cae747 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-objectssizeof-agent/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-objectssizeof-agent/pom.xml 
b/wicket-objectssizeof-agent/pom.xml
index e40c706..c50d8ee 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-objectsizeof-agent</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index 645e9e1..ff01827 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.13.0-SNAPSHOT</version>
+    <version>6.13.0</version>
   </parent>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-request</artifactId>
-  <version>6.13.0-SNAPSHOT</version>
+  <version>6.13.0</version>
   <name>Wicket Request</name>
   <url>http://maven.apache.org</url>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-spring/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index 6ba14ac..96066fd 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-util/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index a57a985..0a74940 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-util</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket-velocity/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 9798ca4..05a57ef 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-velocity</artifactId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/dbc9f46d/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 55d8ee5..8cf2f76 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.13.0-SNAPSHOT</version>
+               <version>6.13.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket</artifactId>

Reply via email to