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 6b5c251e1092f12f65bebc470b9a5dc3dd3d79cf
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Dec 1 01:04:17 2021 +0100

    Bump maven-plugin-tools to 3.6.2
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02491ca..4942885 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>
@@ -339,6 +340,10 @@ under the License.
           <artifactId>maven-project-info-reports-plugin</artifactId>
           <version>3.1.2</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>3.3.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
 

Reply via email to