You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/17 16:15:15 UTC

[maven-reporting-api] 01/01: [MSHARED-1054] Upgrade plugins

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git

commit 4a3bf15854c5ed357e44de21af93fd5b39e680cf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Apr 17 10:10:53 2022 +0200

    [MSHARED-1054] Upgrade plugins
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0296fc..b8673d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,17 +75,18 @@ under the License.
   </properties>
 
   <build>
+    <!-- TODO Remove when updating to Parent 26 -->
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.2</version>
         </plugin>
       </plugins>
     </pluginManagement>