From 6d8a3d6fa594fe8b9d63309a0c28dbbf3f9c0d9a Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Fri, 21 Feb 2025 15:03:55 +0100 Subject: [PATCH] chore: version 1.4.4 --- CITATION.cff | 4 ++-- cli/pom.xml | 2 +- codemeta.json | 2 +- core-test/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 2 +- publiccode.yml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f257b514..99511d60 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,8 +23,8 @@ keywords: - workflow - indicators - climate change -version: 1.4.3 +version: 1.4.4 doi: 10.15454/LAPNHT -date-released: 2025-01-15 +date-released: 2025-02-21 license: GPL-3.0 repository-code: https://forgemia.inra.fr/agroclim/Indicators/season.git diff --git a/cli/pom.xml b/cli/pom.xml index 5fc4c508..8ac6c29a 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.4-SNAPSHOT</version> + <version>1.4.4</version> </parent> <artifactId>season-cli</artifactId> <modelVersion>4.0.0</modelVersion> diff --git a/codemeta.json b/codemeta.json index 60d23490..5f7dd35f 100644 --- a/codemeta.json +++ b/codemeta.json @@ -52,5 +52,5 @@ "version": "1.10.0" } ], - "version": "1.4.3" + "version": "1.4.4" } diff --git a/core-test/pom.xml b/core-test/pom.xml index d456bcc9..adee4bb4 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.4-SNAPSHOT</version> + <version>1.4.4</version> </parent> <artifactId>season-core-test</artifactId> <name>SEASON - core-test</name> diff --git a/core/pom.xml b/core/pom.xml index c7a26476..88edf1cd 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.4-SNAPSHOT</version> + <version>1.4.4</version> </parent> <artifactId>season-core</artifactId> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 343d161b..6dbd1cf6 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.4-SNAPSHOT</version> + <version>1.4.4</version> <licenses> <license> <name>GPL-3.0-only</name> diff --git a/publiccode.yml b/publiccode.yml index f2d2d4b2..8cc1cc46 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -51,9 +51,9 @@ legal: authorsFile: AUTHORS.md license: GPL-3.0-only name: SEASON -releaseDate: 2025-01-15 +releaseDate: 2025-02-21 softwareType: standalone/desktop -softwareVersion: 1.4.3 +softwareVersion: 1.4.1 url: https://forgemia.inra.fr/agroclim/Indicators/season/ usedBy: - INRAE AgroClim -- GitLab