This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/prevent-m-invoker-p-downgrade in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
commit fe86f0dbc336e204da83a26aeca172aaa1ae34db Author: Konrad Windszus <[email protected]> AuthorDate: Tue May 12 18:12:43 2026 +0200 Don't downgrade invoker plugin from parent version 3.10.1 --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 049217f..17f00d5 100644 --- a/pom.xml +++ b/pom.xml @@ -63,8 +63,6 @@ <sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion> <projectInfoReportsPluginVersion>${version.maven-project-info-reports-plugin}</projectInfoReportsPluginVersion> <project.build.outputTimestamp>2024-10-15T18:22:20Z</project.build.outputTimestamp> - - <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin> </properties> <dependencies>
