This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 9174da0b3b40f3de0e16aece8e6db90e0e655c0c Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Sun Jun 25 08:46:05 2023 +0200 (chores) build: cleanup Maven Invoker Plugin version management --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0f4d659712f..27be04b38e0 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,7 @@ <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>1980-01-01T00:00:02Z</project.build.outputTimestamp> + <maven-invoker-plugin-version>1.8</maven-invoker-plugin-version> <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version> @@ -620,7 +621,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.8</version> + <version>${maven-invoker-plugin-version}</version> <configuration> <skipInstallation>${invoker.skip}</skipInstallation> <skipInvocation>${invoker.skip}</skipInvocation>
