From c74ebca29e1d4bd95f382e261ef49379254f0a8e Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Fri, 19 Apr 2024 16:47:36 +0200 Subject: [PATCH] =?UTF-8?q?Version=202.0.0=20=CE=B12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pom.xml | 2 +- src/main/resources/log4j2.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebe1cc1..ce7b3b3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `season-handler` is one of the AgroMetInfo components to: * launch SEASON simulation from configuration after SAFRAN data integration, -* handle SEASON calculation results. +* handle SEASON calculation results to insert or update daily values in AgroMetInfo table. ## Installation diff --git a/pom.xml b/pom.xml index 8ba6bed..82a9cff 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>0.1.8-SNAPSHOT</version> + <version>2.0.0-alpha-2</version> <packaging>jar</packaging> <name>AgroMetInfo SEASON handler</name> <description>SEASON handler for AgroMetInfo</description> diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index d7e6101..aa4d88f 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -10,7 +10,7 @@ <!-- https://logging.apache.org/log4j/2.x/manual/appenders.html#RollingFileAppender --> <!-- https://logging.apache.org/log4j/2.x/manual/configuration.html#PropertySubstitution --> <RollingFile name="file" fileName="${env:AGROMETINFO_LOGS:-logs}/agrometinfo-season-handler.log" - filePattern="${env:AGROMETINFO_LOGS:-logs}/$${date:yyyy-MM}/season-%d{yyy-MM-dd}-%i.log.gz"> + filePattern="${env:AGROMETINFO_LOGS:-logs}/$${date:yyyy-MM}/agrometinfo-season-handler-%d{yyy-MM-dd}-%i.log.gz"> <PatternLayout> <pattern>[%d] %-5p | %c#%M() | %L - %m%n</pattern> </PatternLayout> -- GitLab