From 8b482d2322ddc7e7b2ad2e887ed66bada7156652 Mon Sep 17 00:00:00 2001
From: Olivier Maury <Olivier.Maury@inrae.fr>
Date: Wed, 15 Jan 2025 16:30:25 +0100
Subject: [PATCH] chore: version 1.4.3

---
 CITATION.cff      | 4 ++--
 README.md         | 2 ++
 cli/pom.xml       | 2 +-
 codemeta.json     | 2 +-
 core-test/pom.xml | 2 +-
 core/pom.xml      | 2 +-
 pom.xml           | 2 +-
 publiccode.yml    | 4 ++--
 8 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/CITATION.cff b/CITATION.cff
index e9e6aed0..f257b514 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -23,8 +23,8 @@ keywords:
 - workflow
 - indicators
 - climate change
-version: 1.4.2
+version: 1.4.3
 doi: 10.15454/LAPNHT
-date-released: 2024-12-04
+date-released: 2025-01-15
 license: GPL-3.0
 repository-code: https://forgemia.inra.fr/agroclim/Indicators/season.git
diff --git a/README.md b/README.md
index 8bb3ce6f..806e8fbf 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 
 SEASON (*System for Evaluation of Agriculture faiSability using indicatOrs combiNation*) is a workflow developed at INRAE AgroClim to compute agro- and eco-climatic indicators using daily grid climatik datasets, grid soil properties data, variety parameters.
 
+[![SWH](https://archive.softwareheritage.org/badge/origin/https://forgemia.inra.fr/agroclim/Indicators/season/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://forgemia.inra.fr/agroclim/Indicators/season)
+
 It uses the [Indicators library](https://forgemia.inra.fr/agroclim/Indicators/indicators-java) with its phenological models in case of eco-climatic indicators or fixed stages in case of agro-climatic indicators.
 
 PostgreSQL databases are used to get climatic data and grid data and to store the application data and results.
diff --git a/cli/pom.xml b/cli/pom.xml
index 6b3e9786..c298b2c9 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>fr.inrae.agroclim</groupId>
         <artifactId>season</artifactId>
-        <version>1.4.3-SNAPSHOT</version>
+        <version>1.4.3</version>
     </parent>
     <artifactId>season-cli</artifactId>
     <modelVersion>4.0.0</modelVersion>
diff --git a/codemeta.json b/codemeta.json
index 8eb1d532..60d23490 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -52,5 +52,5 @@
             "version": "1.10.0"
         }
     ],
-    "version": "1.4.2"
+    "version": "1.4.3"
 }
diff --git a/core-test/pom.xml b/core-test/pom.xml
index 2706dd72..a353f7d4 100644
--- a/core-test/pom.xml
+++ b/core-test/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>fr.inrae.agroclim</groupId>
 		<artifactId>season</artifactId>
-		<version>1.4.3-SNAPSHOT</version>
+		<version>1.4.3</version>
 	</parent>
 	<artifactId>season-core-test</artifactId>
 	<name>SEASON - core-test</name>
diff --git a/core/pom.xml b/core/pom.xml
index bf9ae093..cd89b286 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>fr.inrae.agroclim</groupId>
         <artifactId>season</artifactId>
-        <version>1.4.3-SNAPSHOT</version>
+        <version>1.4.3</version>
     </parent>
     <artifactId>season-core</artifactId>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 98b0795e..dbfa6a8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <description>SEASON, workflow to compute agro- and eco-climatic indicators with grid data.</description>
     <inceptionYear>2018</inceptionYear>
     <packaging>pom</packaging>
-    <version>1.4.3-SNAPSHOT</version>
+    <version>1.4.3</version>
     <licenses>
         <license>
             <name>GPL-3.0-only</name>
diff --git a/publiccode.yml b/publiccode.yml
index 80bed435..f2d2d4b2 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -51,9 +51,9 @@ legal:
   authorsFile: AUTHORS.md
   license: GPL-3.0-only
 name: SEASON
-releaseDate: 2024-12-04
+releaseDate: 2025-01-15
 softwareType: standalone/desktop
-softwareVersion: 1.4.2
+softwareVersion: 1.4.3
 url: https://forgemia.inra.fr/agroclim/Indicators/season/
 usedBy:
 - INRAE AgroClim
-- 
GitLab