From 3253337b73f58b57a36c6afcd76ed87d3b6e79fb Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Wed, 30 Oct 2024 16:10:20 +0100 Subject: [PATCH] chore: version 2.0.1. refs AgroMetInfo_2.0#102 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5aead2..3f1a987 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>fr.agrometinfo</groupId> <artifactId>season-handler</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <packaging>jar</packaging> <name>AgroMetInfo SEASON handler</name> <description>SEASON handler for AgroMetInfo</description> -- GitLab