From ff7918af6fa620514913c340a80cb1b3d9f6fed0 Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Thu, 11 Jul 2024 18:04:49 +0200 Subject: [PATCH] Version 2.0.2. fixes #13 --- CITATION.cff | 4 ++-- codemeta.json | 12 +++++++----- pom.xml | 6 +++--- publiccode.yml | 4 ++-- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 522137ad..7039dd18 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,8 +13,8 @@ keywords: - Java - library - indicators -version: 2.0.1 +version: 2.0.2 doi: 10.15454/IZUFAP -date-released: 2024-04-05 +date-released: 2024-07-11 license: GPL-3.0 repository-code: https://forgemia.inra.fr/agroclim/Indicators/indicators-java.git diff --git a/codemeta.json b/codemeta.json index b779c68b..8721afd0 100644 --- a/codemeta.json +++ b/codemeta.json @@ -81,7 +81,7 @@ "@type": "SoftwareApplication", "identifier": "org.glassfish.jaxb.jaxb-runtime", "name": "jaxb-runtime", - "version": "2.3.1" + "version": "4.0.5" }, { "@type": "SoftwareApplication", @@ -97,13 +97,15 @@ { "@type": "SoftwareApplication", "identifier": "org.apache.logging.log4j.log4j-core", - "name": "log4j-core" + "name": "log4j-core", + "version": "2.23.1" }, { "@type": "SoftwareApplication", "identifier": "org.projectlombok.lombok", - "name": "lombok" + "name": "lombok", + "version": "2.18.34" } ], - "version": "2.0.1" -} \ No newline at end of file + "version": "2.0.2" +} diff --git a/pom.xml b/pom.xml index 62c76910..0b58d39a 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.2-SNAPSHOT</version> + <version>2.0.2</version> <packaging>jar</packaging> <licenses> <license> @@ -90,8 +90,8 @@ along with Indicators. If not, see <https://www.gnu.org/licenses/>. <javase.api.link>https://docs.oracle.com/en/java/javase/17/docs/api</javase.api.link> <javadoc.version>3.6.2</javadoc.version> <junit.version>4.13.2</junit.version> - <log4j.version>2.22.1</log4j.version> - <lombok.version>1.18.30</lombok.version> + <log4j.version>2.23.1</log4j.version> + <lombok.version>1.18.34</lombok.version> <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format> <maven.compiler.release>17</maven.compiler.release> <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> diff --git a/publiccode.yml b/publiccode.yml index dddadada..0c8f34cd 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -49,9 +49,9 @@ maintenance: name: "J\xE9r\xE9mie D\xE9c\xF4me" type: internal name: Indicators -releaseDate: 2024-04-05 +releaseDate: 2024-07-11 softwareType: library -softwareVersion: 2.0.1 +softwareVersion: 2.0.2 url: https://forgemia.inra.fr/agroclim/Indicators/indicators-java.git usedBy: - INRAE AgroClim -- GitLab