diff --git a/CITATION.cff b/CITATION.cff
index 25c64c0421bcbe1b1facc15e6f448847fe1c9d78..dbc8a306f8542f526ef3423e76ae64af83f40368 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -41,8 +41,8 @@ keywords:
 - Java
 - Indicators
 - Web application
-version: 2.0.2
+version: 2.0.3
 doi: https://doi.org/10.57745/9LYIAS
-date-released: 2024-10-30
+date-released: 2024-12-05
 license: GNU General Public License
 repository-code: https://forgemia.inra.fr/agroclim/agrometinfo/www.git
diff --git a/codemeta.json b/codemeta.json
index 2fa5cdb264374f55e1d2d375c97bf12dbf29b531..ca168ef2f54d583b40370b5c7a45dd405391cd92 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -31,7 +31,7 @@
     "contIntegration": "http://jenkins:8080/job/agrometinfo-www/",
     "description": "Web application for AgroMetInfo.",
     "identifier": "fr.agrometinfo.www",
-    "isPartOf": "https://www.agrometinfo.fr",    
+    "isPartOf": "https://www.agrometinfo.fr",
     "issueTracker": "https://forgemia.inra.fr/agroclim/agrometinfo/www/-/issues",
     "license": "https://www.gnu.org/licenses/gpl-3.0.txt",
     "name": "AgroMetInfo web app",
@@ -90,7 +90,7 @@
             "@type": "SoftwareApplication",
             "identifier": "com.github.tdesjardins.gwt-ol3",
             "name": "gwt-ol3",
-            "version": "8.4.1"
+            "version": "8.5.0"
         },
         {
             "@type": "SoftwareApplication",
@@ -194,7 +194,7 @@
             "@type": "SoftwareApplication",
             "identifier": "jakarta.servlet.jsp.jstl.jakarta.servlet.jsp.jstl-api",
             "name": "jakarta.servlet.jsp.jstl-api",
-            "version": "3.0.0"
+            "version": "3.0.2"
         },
         {
             "@type": "SoftwareApplication",
@@ -277,7 +277,7 @@
             "@type": "SoftwareApplication",
             "identifier": "org.postgresql.postgresql",
             "name": "postgresql",
-            "version": "42.7.3"
+            "version": "42.7.4"
         },
         {
             "@type": "SoftwareApplication",
@@ -300,5 +300,5 @@
             "name": "weld-servlet-core"
         }
     ],
-    "version": "2.0.2"
+    "version": "2.0.3"
 }
diff --git a/pom.xml b/pom.xml
index 1e075c4531296d2029ddc2da297b8bfb9ec20083..f7204b0f45e6cad1f70789342b132dd8eede4d27 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.3-SNAPSHOT</version>
+  <version>2.0.3</version>
   <packaging>pom</packaging>
   <name>AgroMetInfo web app</name>
   <description>Web application for AgroMetInfo.</description>
diff --git a/publiccode.yml b/publiccode.yml
index c1858a2f35f56179d4be2d8296a201dcb2378259..fab2eef78f67420438dd414ceae31d12af3b91fb 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -52,9 +52,9 @@ maintenance:
     name: Olivier Maury
   type: internal
 name: AgroMetInfo web app
-releaseDate: 2024-10-30
+releaseDate: 2024-12-05
 softwareType: standalone/web
-softwareVersion: 2.0.2
+softwareVersion: 2.0.3
 url: https://forgemia.inra.fr/agroclim/agrometinfo/www
 usedBy:
 - INRAE AgroClim
diff --git a/www-client/pom.xml b/www-client/pom.xml
index bfff8b0480bc13dd6d2a793a3db087a52b2509a3..c8642876a7a1b15264c50c1cbefe65e7e5d7c496 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.3-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
 
     <artifactId>www-client</artifactId>
diff --git a/www-server/pom.xml b/www-server/pom.xml
index 62b7a8851e9d928613e04e1fcf8d354f5f4fb6df..e331e74292668be858c45819f883e9a2b832d98a 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>www-server</artifactId>
diff --git a/www-shared/pom.xml b/www-shared/pom.xml
index e8fbb202b76cf99919d9146bcc2fc815b462d080..d6bb2a6bf44b00f1d7abca3471ea8227ecd5f196 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.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>www-shared</artifactId>