From 4ad10b778057fd74185bd776590424ebbef9737c Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Tue, 18 Feb 2025 11:08:24 +0100 Subject: [PATCH] chore: version 2.0.5. refs AgroMetInfo_2.0#111 --- CITATION.cff | 4 ++-- codemeta.json | 2 +- pom.xml | 2 +- publiccode.yml | 4 ++-- www-client/pom.xml | 2 +- www-server/pom.xml | 2 +- www-shared/pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 204bdeb..720b8bf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -56,11 +56,11 @@ keywords: - Java - Indicators - Web application -version: 2.0.4 +version: 2.0.5 identifiers: - type: doi value: 10.57745/9LYIAS -date-released: 2025-01-16 +date-released: 2025-02-24 license: GPL-3.0-or-later repository-code: https://forgemia.inra.fr/agroclim/agrometinfo/www.git url: 'https://www.agrometinfo.fr/' diff --git a/codemeta.json b/codemeta.json index d7e9a88..a7ace84 100644 --- a/codemeta.json +++ b/codemeta.json @@ -301,5 +301,5 @@ "name": "weld-servlet-core" } ], - "version": "2.0.4" + "version": "2.0.5" } diff --git a/pom.xml b/pom.xml index 0ad7ec7..24388d0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> <packaging>pom</packaging> <name>AgroMetInfo web app</name> <description>Web application for AgroMetInfo.</description> diff --git a/publiccode.yml b/publiccode.yml index e78904c..9ddda1a 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -52,9 +52,9 @@ maintenance: name: Olivier Maury type: internal name: AgroMetInfo web app -releaseDate: 2025-01-16 +releaseDate: 2025-02-24 softwareType: standalone/web -softwareVersion: 2.0.4 +softwareVersion: 2.0.5 url: https://forgemia.inra.fr/agroclim/agrometinfo/www usedBy: - INRAE AgroClim diff --git a/www-client/pom.xml b/www-client/pom.xml index 548d05f..61f7fe7 100644 --- a/www-client/pom.xml +++ b/www-client/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> </parent> <artifactId>www-client</artifactId> diff --git a/www-server/pom.xml b/www-server/pom.xml index 8245902..9a79d27 100644 --- a/www-server/pom.xml +++ b/www-server/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> </parent> <artifactId>www-server</artifactId> diff --git a/www-shared/pom.xml b/www-shared/pom.xml index 50c61e8..405406d 100644 --- a/www-shared/pom.xml +++ b/www-shared/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> </parent> <artifactId>www-shared</artifactId> -- GitLab