[maven-release-plugin] prepare release rel/wicket-10.2.0
diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml
index c3a51f1..f1647c2 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-archetype-quickstart</artifactId>
diff --git a/pom.xml b/pom.xml
index 76af2e1..a0c5e6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 	</parent>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
-	<version>10.2.0-SNAPSHOT</version>
+	<version>10.2.0</version>
 	<packaging>pom</packaging>
 	<name>Wicket Parent</name>
 	<description>Wicket is a Java-based open source component web application framework.</description>
@@ -92,7 +92,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-10.2.0</tag>
 	</scm>
 
 	<modules>
@@ -129,7 +129,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<project.build.outputTimestamp>2024-06-01T17:04:48Z</project.build.outputTimestamp>
+		<project.build.outputTimestamp>2024-09-19T21:16:12Z</project.build.outputTimestamp>
 
 		<javadoc.additionalJOption />
 		<javadoc.jdk.apidocs.link>https://docs.oracle.com/en/java/javase/${java.specification.version}/docs/api/</javadoc.jdk.apidocs.link>
@@ -344,25 +344,25 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>pom</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-auth-roles</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-bean-validation</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-cdi</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
@@ -374,19 +374,19 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-core-tests</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-devutils</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
@@ -397,79 +397,79 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-extensions-tester</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-guice</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-ioc</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-jmx</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-core</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-javax</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-native-websocket-tester</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-request</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-spring</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-util</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-velocity</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket10</groupId>
 				<artifactId>wicket-metrics</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<type>jar</type>
 			</dependency>
 
@@ -574,7 +574,7 @@
 			<dependency>
 				<groupId>org.apache.wicket</groupId>
 				<artifactId>wicket-tester</artifactId>
-				<version>10.2.0-SNAPSHOT</version>
+				<version>10.2.0</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index aebc2cf..803daf7 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.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 e73cd59..b3c9b3f 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.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 6500d26..22d93bf 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.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 64f65d6..74678ba 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-bean-validation</artifactId>
diff --git a/wicket-cdi/pom.xml b/wicket-cdi/pom.xml
index 2dc0c8b..517bfb4 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-cdi</artifactId>
diff --git a/wicket-core-tests/pom.xml b/wicket-core-tests/pom.xml
index 408a3c0..3528f61 100644
--- a/wicket-core-tests/pom.xml
+++ b/wicket-core-tests/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-core-tests</artifactId>
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index ae87e35..85ba542 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-core</artifactId>
diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml
index c20e70e..e375bfb 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-devutils</artifactId>
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 04e61ae..126c825 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-examples</artifactId>
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 6c5b7dc..b902738 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.wicket.experimental.wicket10</groupId>
diff --git a/wicket-experimental/wicket-metrics/pom.xml b/wicket-experimental/wicket-metrics/pom.xml
index 80d69e6..682f611 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.wicket10</groupId>
 		<artifactId>wicket-experimental</artifactId>
-		<version>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-metrics</artifactId>
-	<version>10.2.0-SNAPSHOT</version>
+	<version>10.2.0</version>
 	<packaging>jar</packaging>
 	<name>Wicket Metrics</name>
 	<description>
diff --git a/wicket-extensions-tester/pom.xml b/wicket-extensions-tester/pom.xml
index b4001a6..b1b5a23 100644
--- a/wicket-extensions-tester/pom.xml
+++ b/wicket-extensions-tester/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-extensions-tester</artifactId>
diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml
index 5788896..75e8ca5 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-extensions</artifactId>
diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml
index 1a96d23..1943f49 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-guice</artifactId>
diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml
index 0ff1e09..6c2e347 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-ioc</artifactId>
diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml
index 5f3188e..292f0c3 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-jmx</artifactId>
diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index cc577e9..653fafd 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-parent</artifactId>
-        <version>10.2.0-SNAPSHOT</version>
+        <version>10.2.0</version>
     </parent>
     <artifactId>wicket-migration</artifactId>
     <name>Wicket Migration</name>
diff --git a/wicket-native-websocket/pom.xml b/wicket-native-websocket/pom.xml
index 30fe0ab..0d5232c 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.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 86eb582..5539355 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>10.2.0-SNAPSHOT</version>
+        <version>10.2.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 b519d4b..182ea8b 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-native-websocket-javax</artifactId>
diff --git a/wicket-native-websocket/wicket-native-websocket-tester/pom.xml b/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
index 72f442e..21ecbcb 100644
--- a/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
+++ b/wicket-native-websocket/wicket-native-websocket-tester/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-native-websocket</artifactId>
-        <version>10.2.0-SNAPSHOT</version>
+        <version>10.2.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml
index e693de4..718139d 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.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 1e95a9b..26ccd98 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>10.2.0-SNAPSHOT</version>
+    <version>10.2.0</version>
   </parent>
   <artifactId>wicket-request</artifactId>
   <packaging>jar</packaging>
diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml
index cd31f14..38bdb2c 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-spring</artifactId>
diff --git a/wicket-tester/pom.xml b/wicket-tester/pom.xml
index fda6cc5..d525f4a 100644
--- a/wicket-tester/pom.xml
+++ b/wicket-tester/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-tester</artifactId>
diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml
index 3d805a7..17ea68b 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.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 55edb7c..8072d4c 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-util</artifactId>
diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml
index 4919321..3c5df1b 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>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket-velocity</artifactId>
diff --git a/wicket/pom.xml b/wicket/pom.xml
index 1a1d904..c610ca4 100644
--- a/wicket/pom.xml
+++ b/wicket/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.wicket</groupId>
 		<artifactId>wicket-parent</artifactId>
-		<version>10.2.0-SNAPSHOT</version>
+		<version>10.2.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>wicket</artifactId>