diff --git a/.gitlab/issues_templates/publier_nouvelle_version.md b/.gitlab/issues_templates/publier_nouvelle_version.md index e956632e257398df3834d9d2fae7024cba0eb9f2..046a4e9e77c24c80b1fffb47a03da8ba39724ec5 100644 --- a/.gitlab/issues_templates/publier_nouvelle_version.md +++ b/.gitlab/issues_templates/publier_nouvelle_version.md @@ -2,10 +2,10 @@ Pour passer de la version *SNAPSHOT* à la version stable : - [ ] créer une demande de fusion et une branche à partir du ticket - [ ] changer la version dans `pom.xml` - ``` - mvn versions:set -DnewVersion=2.0.1 - mvn versions:commit - ``` + ```sh + mvn versions:set -DnewVersion=2.0.1 + mvn versions:commit + ``` - [ ] mettre à jour les fichiers de métadonnées du projet - [ ] fusionner - [ ] [créer une étiquette](https://forgemia.inra.fr/agroclim/Indicators/indicators-java/-/tags/new) à partir de `main` en renseignant les points notables de la version diff --git a/CITATION.cff b/CITATION.cff index 68322cdbb71bad89408d6c6be978112d40237296..522137addc6c5919d2eafa8884f05bdd16ebd0c9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,8 +13,8 @@ keywords: - Java - library - indicators -version: 1.3.0-SNAPSHOT +version: 2.0.1 doi: 10.15454/IZUFAP -date-released: 2023-12-21 +date-released: 2024-04-05 license: GPL-3.0 repository-code: https://forgemia.inra.fr/agroclim/Indicators/indicators-java.git diff --git a/codemeta.json b/codemeta.json index 1429d446ee116286bc2bc11a4ef6b29ca7efa603..b779c68bb754df1584f9b788e14187a0b677791a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -83,6 +83,12 @@ "name": "jaxb-runtime", "version": "2.3.1" }, + { + "@type": "SoftwareApplication", + "identifier": "org.json.json", + "name": "json", + "version": "20190722" + }, { "@type": "SoftwareApplication", "identifier": "junit.junit", @@ -99,5 +105,5 @@ "name": "lombok" } ], - "version": "1.3.0-SNAPSHOT" -} + "version": "2.0.1" +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 15b8ddb44c9bf42a5d709ddf48f82ed4046702f2..bc912a7b1c5c7a4db699779fe583c3884a4c960d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ along with Indicators. If not, see <https://www.gnu.org/licenses/>. <name>Indicators</name> <description>Library of agro- and eco-climatic indicators.</description> <inceptionYear>2018</inceptionYear> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <packaging>jar</packaging> <licenses> <license> diff --git a/publiccode.yml b/publiccode.yml index 3cc75557155f74279d59d244131eeffbe3c2f373..dddadada15904ebea0ce2c894e8313eb85b007e7 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -49,9 +49,9 @@ maintenance: name: "J\xE9r\xE9mie D\xE9c\xF4me" type: internal name: Indicators -releaseDate: 2023-12-21 +releaseDate: 2024-04-05 softwareType: library -softwareVersion: 1.3.0-SNAPSHOT +softwareVersion: 2.0.1 url: https://forgemia.inra.fr/agroclim/Indicators/indicators-java.git usedBy: - INRAE AgroClim