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

adelbene pushed a commit to annotated tag rel/wicket-7.18.0
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit cb6861fba4f9c7d6023ff6d44b2fffab9cebd9ec
Author: Andrea Del Bene <adelb...@apache.org>
AuthorDate: Fri Apr 2 22:33:25 2021 +0200

    [maven-release-plugin] prepare release rel/wicket-7.18.0
---
 archetypes/quickstart/pom.xml                      |  2 +-
 pom.xml                                            | 50 +++++++++++-----------
 testing/wicket-arquillian/pom.xml                  |  2 +-
 testing/wicket-common-tests/pom.xml                |  2 +-
 testing/wicket-js-tests/pom.xml                    |  2 +-
 wicket-auth-roles/pom.xml                          |  2 +-
 wicket-bean-validation/pom.xml                     |  2 +-
 wicket-cdi-1.1/pom.xml                             |  2 +-
 wicket-cdi/pom.xml                                 |  2 +-
 wicket-core/pom.xml                                |  2 +-
 wicket-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-experimental/wicket-metrics/pom.xml         |  4 +-
 wicket-extensions/pom.xml                          |  2 +-
 wicket-guice/pom.xml                               |  2 +-
 wicket-ioc/pom.xml                                 |  2 +-
 wicket-jmx/pom.xml                                 |  2 +-
 wicket-native-websocket/pom.xml                    |  2 +-
 .../wicket-native-websocket-core/pom.xml           |  2 +-
 .../wicket-native-websocket-javax/pom.xml          |  2 +-
 .../wicket-native-websocket-jetty/pom.xml          |  2 +-
 .../wicket-native-websocket-jetty9/pom.xml         |  2 +-
 .../wicket-native-websocket-tomcat/pom.xml         |  2 +-
 wicket-objectsizeof-agent/pom.xml                  |  2 +-
 wicket-request/pom.xml                             |  2 +-
 wicket-spring/pom.xml                              |  2 +-
 wicket-user-guide/pom.xml                          |  2 +-
 wicket-util/pom.xml                                |  2 +-
 wicket-velocity/pom.xml                            |  2 +-
 wicket/pom.xml                                     |  2 +-
 33 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index 906c823..0aeccb0 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-archetype-quickstart</artifactId>
diff --git a/pom.xml b/pom.xml
index 9a2d6d1..c8e4a7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
        </parent>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket-parent</artifactId>
-       <version>7.18.0-SNAPSHOT</version>
+       <version>7.18.0</version>
        <packaging>pom</packaging>
        <name>Wicket Parent</name>
        <description>Wicket is a Java-based open source component web 
application framework.</description>
@@ -85,7 +85,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>rel/wicket-7.18.0</tag>
        </scm>
        <modules>
                <!-- wicket-eclipse-settings is separate released -->
@@ -279,7 +279,7 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.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 -->
@@ -288,43 +288,43 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-auth-roles</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-bean-validation</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-cdi-1.1</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-core</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-datetime</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-devutils</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
@@ -335,91 +335,91 @@
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-extensions</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-guice</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-ioc</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-jmx</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-core</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-javax</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-jetty</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-jetty9</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                
<artifactId>wicket-native-websocket-tomcat</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-request</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-spring</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-util</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                <groupId>org.apache.wicket</groupId>
                                <artifactId>wicket-velocity</artifactId>
-                               <version>7.18.0-SNAPSHOT</version>
+                               <version>7.18.0</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket7</groupId>
                                <artifactId>wicket-atmosphere</artifactId>
-                               <version>0.41-SNAPSHOT</version>
+                               <version>0.41</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
                                
<groupId>org.apache.wicket.experimental.wicket7</groupId>
                                <artifactId>wicket-metrics</artifactId>
-                               <version>0.16-SNAPSHOT</version>
+                               <version>0.16</version>
                                <type>jar</type>
                        </dependency>
                        <dependency>
diff --git a/testing/wicket-arquillian/pom.xml 
b/testing/wicket-arquillian/pom.xml
index 2d2005b..7627257 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 
diff --git a/testing/wicket-common-tests/pom.xml 
b/testing/wicket-common-tests/pom.xml
index 2ef9fd2..5756503 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-common-tests</artifactId>
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 4e900e7..f6e128f 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-js-tests</artifactId>
diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml
index 44c992b..4a5d101 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-auth-roles</artifactId>
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index 412b7a5..7b0eb32 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-bean-validation</artifactId>
diff --git a/wicket-cdi-1.1/pom.xml b/wicket-cdi-1.1/pom.xml
index 502b34c..8b31bb9 100644
--- a/wicket-cdi-1.1/pom.xml
+++ b/wicket-cdi-1.1/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi-1.1</artifactId>
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index d0a33f8..8fad308 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-cdi</artifactId>
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index bdda58b..da3cb4d 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-core</artifactId>
diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml
index a8820ec..aebf097 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-datetime</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index dfb7633..5ea58fd 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-devutils</artifactId>
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index f8b07b8..62749ef 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-examples</artifactId>
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 61f3846..61a9a2b 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <groupId>org.apache.wicket.experimental.wicket7</groupId>
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml 
b/wicket-experimental/wicket-atmosphere/pom.xml
index 242733b..61d31d7 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket7</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-atmosphere</artifactId>
-       <version>0.41-SNAPSHOT</version>
+       <version>0.41</version>
        <packaging>jar</packaging>
        <name>Wicket-Atmosphere</name>
        <description>Wicket-Atmosphere provides integration of the Atmosphere 
Framework in Wicket.</description>
diff --git a/wicket-experimental/wicket-metrics/pom.xml 
b/wicket-experimental/wicket-metrics/pom.xml
index e4c8687..104856b 100644
--- a/wicket-experimental/wicket-metrics/pom.xml
+++ b/wicket-experimental/wicket-metrics/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.wicket.experimental.wicket7</groupId>
                <artifactId>wicket-experimental</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-metrics</artifactId>
-       <version>0.16-SNAPSHOT</version>
+       <version>0.16</version>
        <packaging>jar</packaging>
        <name>Wicket Metrics</name>
        <description>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 174b326..73063c8 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-extensions</artifactId>
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 30b911f..9b30310 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-guice</artifactId>
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 065354a..f8cf42f 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-ioc</artifactId>
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 222ed93..c21aedf 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-jmx</artifactId>
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index 5c8d527..1e5e006 100644
--- a/wicket-native-websocket/pom.xml
+++ b/wicket-native-websocket/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-core/pom.xml 
b/wicket-native-websocket/wicket-native-websocket-core/pom.xml
index 70d8d50..bea0365 100644
--- a/wicket-native-websocket/wicket-native-websocket-core/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>7.18.0-SNAPSHOT</version>
+        <version>7.18.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml 
b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
index fccf846..c0c888f 100644
--- a/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-javax/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-native-websocket</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket-javax</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml 
b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
index 90c5b29..9420581 100644
--- a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>7.18.0-SNAPSHOT</version>
+        <version>7.18.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-jetty</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml 
b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
index 1fa1754..0a3ded5 100644
--- a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-native-websocket</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-native-websocket-jetty9</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml 
b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
index bbdb1bc..d63693e 100644
--- a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>7.18.0-SNAPSHOT</version>
+        <version>7.18.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>wicket-native-websocket-tomcat</artifactId>
diff --git a/wicket-objectsizeof-agent/pom.xml 
b/wicket-objectsizeof-agent/pom.xml
index 2d3ec72..fe72dce 100644
--- a/wicket-objectsizeof-agent/pom.xml
+++ b/wicket-objectsizeof-agent/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-objectsizeof-agent</artifactId>
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index a357295..58c988f 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>wicket-parent</artifactId>
     <groupId>org.apache.wicket</groupId>
-    <version>7.18.0-SNAPSHOT</version>
+    <version>7.18.0</version>
   </parent>
   <artifactId>wicket-request</artifactId>
   <name>Wicket Request</name>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index fa760da..615c31f 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-spring</artifactId>
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index 2b71ac0..4550e45 100644
--- a/wicket-user-guide/pom.xml
+++ b/wicket-user-guide/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-user-guide</artifactId>
diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml
index 509598d..53d4674 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-util</artifactId>
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 7a221c8..706402d 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>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket-velocity</artifactId>
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 5e8d34d..8cf410e 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-parent</artifactId>
-               <version>7.18.0-SNAPSHOT</version>
+               <version>7.18.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        <artifactId>wicket</artifactId>

Reply via email to