diff --git a/CITATION.cff b/CITATION.cff
index 204bdeb05f620ad1dae75cb0f2a119745e30ffb3..720b8bf175d305741c9232ab152ccf573cb1b654 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -56,11 +56,11 @@ keywords:
 - Java
 - Indicators
 - Web application
-version: 2.0.4
+version: 2.0.5
 identifiers:
   - type: doi
     value: 10.57745/9LYIAS
-date-released: 2025-01-16
+date-released: 2025-02-24
 license: GPL-3.0-or-later
 repository-code: https://forgemia.inra.fr/agroclim/agrometinfo/www.git
 url: 'https://www.agrometinfo.fr/'
diff --git a/codemeta.json b/codemeta.json
index d7e9a883c1be4cd8f95c96caf6a3c5ab6ad21d64..a7ace84acf3815b73a9d684acaf0b8eab506fa5b 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -301,5 +301,5 @@
             "name": "weld-servlet-core"
         }
     ],
-    "version": "2.0.4"
+    "version": "2.0.5"
 }
diff --git a/pom.xml b/pom.xml
index 0ad7ec713d97b5352acdfa22af91f918897f73e8..24388d0eba97ee9b2f8f8207f2338e66bbfc60b1 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.5-SNAPSHOT</version>
+  <version>2.0.5</version>
   <packaging>pom</packaging>
   <name>AgroMetInfo web app</name>
   <description>Web application for AgroMetInfo.</description>
diff --git a/publiccode.yml b/publiccode.yml
index e78904ce3769948a39a47589317e4914b0fecdc4..9ddda1acc74e0b9549ad94fee8fe6d2456f04d79 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -52,9 +52,9 @@ maintenance:
     name: Olivier Maury
   type: internal
 name: AgroMetInfo web app
-releaseDate: 2025-01-16
+releaseDate: 2025-02-24
 softwareType: standalone/web
-softwareVersion: 2.0.4
+softwareVersion: 2.0.5
 url: https://forgemia.inra.fr/agroclim/agrometinfo/www
 usedBy:
 - INRAE AgroClim
diff --git a/www-client/pom.xml b/www-client/pom.xml
index 548d05f0472a7616496fed871231b763344834a3..61f7fe7b7d8dc1c93dccca6d0ecbb974fac5f042 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>www-client</artifactId>
diff --git a/www-server/pom.xml b/www-server/pom.xml
index 824590204169ad5b513265129c643895580e2bc3..9a79d27841324516d158256de6f1e4b2e9664ada 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>www-server</artifactId>
diff --git a/www-shared/pom.xml b/www-shared/pom.xml
index 50c61e88abcb053fac4cfd34008b1b97b92c749f..405406d9c6bad96624158c15d719084a000d4328 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>www-shared</artifactId>