diff --git a/pom.xml b/pom.xml
index 838689e6331ce0697b8297284132b59a88e47616..370fda9e52a8b802dff036200451c3587807ad9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>fr.agrometinfo</groupId>
   <artifactId>www</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0-alpha-3</version>
   <packaging>pom</packaging>
   <name>AgroMetInfo web app</name>
   <description>Website for AgroMetInfo in Jakarta EE 10 and GWT.</description>
diff --git a/www-client/pom.xml b/www-client/pom.xml
index f937fee3f69ed0d719124e1235674fec77570db1..443e85f08be7539999abb483e44e088aa0a27030 100644
--- a/www-client/pom.xml
+++ b/www-client/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>fr.agrometinfo</groupId>
         <artifactId>www</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-alpha-3</version>
     </parent>
 
     <artifactId>www-client</artifactId>
diff --git a/www-server/pom.xml b/www-server/pom.xml
index 37ecee7301067d78cce05fef82a6916c2ff23eb8..ad59801a538d76c93b737ba2efda8e1d4981b056 100644
--- a/www-server/pom.xml
+++ b/www-server/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>fr.agrometinfo</groupId>
     <artifactId>www</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-alpha-3</version>
   </parent>
 
   <artifactId>www-server</artifactId>
diff --git a/www-shared/pom.xml b/www-shared/pom.xml
index 205c0f1bdf607fd98a929bf41ab4bbb6adff993c..02fcd59bea5dc35e975dfb7174bf3b83ac7343cb 100644
--- a/www-shared/pom.xml
+++ b/www-shared/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>fr.agrometinfo</groupId>
     <artifactId>www</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-alpha-3</version>
   </parent>
 
   <artifactId>www-shared</artifactId>