This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-plugin-tools in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit 4816475482ee89fe3212baf5998f480dac4b277c Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed Dec 1 01:04:17 2021 +0100 Bump maven-plugin-tools to 3.6.2 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02491ca..dc00f82 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ under the License. <groovy-artifactId>groovy-all</groovy-artifactId> <groovy-version>3.0.9</groovy-version> <surefire.version>2.22.2</surefire.version> + <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion> <project.build.outputTimestamp>2021-02-14T00:04:14Z</project.build.outputTimestamp> </properties> @@ -101,7 +102,7 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${mavenVersion}</version> - <scope>compile</scope> <!-- set to provided once MPLUGIN-372 fixed --> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId>
