This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPOM-405 in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 18b2e2f88737a8201553829fcba436aaa4333f81 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Fri May 19 18:44:11 2023 +0200 [MPOM-405] Bump maven.plugin.tools.version from 3.8.2 to 3.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0887883..d5cff13 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ under the License. <maven.compiler.source>${maven.compiler.target}</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> <surefire.version>3.1.0</surefire.version><!-- for surefire, failsafe and surefire-report --> - <maven.plugin.tools.version>3.8.2</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations --> + <maven.plugin.tools.version>3.9.0</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations --> <assembly.tarLongFileMode>posix</assembly.tarLongFileMode> <project.build.outputTimestamp>2022-12-11T19:18:25Z</project.build.outputTimestamp> </properties>
