From c7921cf6ee58042ec29c4ef28b31c6b409eda4ed Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Fri, 15 Sep 2023 16:09:35 +0200 Subject: [PATCH] fix: Update maven-exec-plugin to 1.6.0 --- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 44386b67..4217efd5 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,12 @@ </prerequisites> <properties> + <!-- source file encoding --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <file.encoding>UTF-8</file.encoding> <!-- Project properties --> <javaVersion>11</javaVersion> - <signatureArtifactId>java18</signatureArtifactId> - <signatureVersion>1.0</signatureVersion> <!-- Commons versions --> <duniter4j.version>1.5.10</duniter4j.version> @@ -109,7 +108,7 @@ <!-- I18n configuration --> <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> - + <!-- by default, use maven 2 source base dir --> <maven.src.dir>${basedir}/src</maven.src.dir> @@ -475,8 +474,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.5.0</version> - + <version>${execPluginVersion}</version> </plugin> <plugin> -- GitLab