diff --git a/CITATION.cff b/CITATION.cff index e9e6aed087a39ce427642f8b2253e07948737032..f257b51404c8dc6921a812b26dd7f888ae47355f 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 8bb3ce6f386ea2c812a5b5ff9eaa5d3f507924d2..806e8fbf39bb6a7142de35357d1ed8441531bcb7 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. +[](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 6b3e9786d053ea9028791012acce7e759062f141..c298b2c94a093dae58d18512c4dd9b450d06349e 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 8eb1d532dee93a3514a030fe5652f92e80cce492..60d23490dfb082dff92b1b31b805183fb11b3744 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 2706dd728a6ec4343c0c84774c8b83be0a9ce864..a353f7d40bdd713afbd5c36e19da7ed0195a418c 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 bf9ae093b2f5c7ffcae580cf30859c8e3f4b6e52..cd89b2868c205235fe8704a6c8c2574ea87dbe2a 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 98b0795e87e299df6679c863f8a9dbee5f311713..dbfa6a8b367e9d0b36fa7e836a6536db4da3ea55 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 80bed4350bda681dc533815821a7d596e1f7b544..f2d2d4b26b1b45ff56378cf3645a208c36ce1537 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