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/05/15 19:05:41 UTC

[maven-doxia-sitetools] 02/02: [DOXIASITETOOLS-255] Upgrade Maven Parent to 36

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

michaelo pushed a commit to branch doxia-sitetools-1.x
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 3d780fb1e8cb4d42ed952ba2cd988da48b30b91f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 21:04:59 2022 +0200

    [DOXIASITETOOLS-255] Upgrade Maven Parent to 36
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3eab19e..655782f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath />
   </parent>
 
@@ -240,16 +240,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.2.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.1.2</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>