From 87d66a336f88ecf6e693212b1c0800c6390e8f74 Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Fri, 18 Oct 2024 15:43:09 +0200 Subject: [PATCH] =?UTF-8?q?build(deps):=20:arrow=5Fup:=20Mettre=20=C3=A0?= =?UTF-8?q?=20jour=20les=20d=C3=A9pendences?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ pom.xml | 20 ++++++-------------- src/site/site.xml | 2 +- src/site/site_en.xml | 2 +- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 93256b38..82bcd006 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bin/tokei .checkstyle .classpath +.factorypath logs nbactions.xml nb-configuration.xml @@ -12,3 +13,4 @@ nbproject .settings target test.db +.vscode diff --git a/pom.xml b/pom.xml index 10fc5515..08264780 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.1.0</version> + <version>2.1.1-SNAPSHOT</version> <packaging>jar</packaging> <licenses> <license> @@ -401,17 +401,17 @@ along with Indicators. If not, see <https://www.gnu.org/licenses/>. <plugins> <plugin> <artifactId>maven-deploy-plugin</artifactId> - <version>3.1.1</version> + <version>3.1.3</version> </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.5.0</version> + <version>3.7.0</version> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>3.12.1</version> + <version>3.20.0</version> <configuration> - <locales>fr,en</locales> + <locales>fr,default</locales> </configuration> </plugin> <!-- --> @@ -483,14 +483,6 @@ along with Indicators. If not, see <https://www.gnu.org/licenses/>. <version>${surefire.version}</version> </plugin> - <!-- Formatted metrics report --> - <!-- mvn jdepend:generate --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - <version>2.0</version> - </plugin> - <!-- Generates a report regarding the code style used by the developers. --> <!-- http://maven.apache.org/plugins/maven-checkstyle-plugin/ --> <!-- mvn checkstyle:checkstyle --> @@ -512,7 +504,7 @@ along with Indicators. If not, see <https://www.gnu.org/licenses/>. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> - <version>3.3.2</version> + <version>3.5.0</version> </plugin> <!-- Generates API JavaDoc. --> diff --git a/src/site/site.xml b/src/site/site.xml index 0e9b3421..c0d8fecf 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -7,7 +7,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.12.0</version> + <version>2.0.0-M10</version> </skin> <custom> diff --git a/src/site/site_en.xml b/src/site/site_en.xml index ba4f50bb..22e87c33 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -7,7 +7,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.12.0</version> + <version>2.0.0-M10</version> </skin> <custom> -- GitLab