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/07/01 16:38:23 UTC

[maven-reporting-api] 01/02: [MSHARED-1091] Upgrade Maven Parent to 36 and Maven to 3.2.5

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

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

commit 2d7a70e9ce5e2aae5d2a27664735bb7d4ce35535
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jul 1 18:36:41 2022 +0200

    [MSHARED-1091] Upgrade Maven Parent to 36 and Maven to 3.2.5
---
 pom.xml | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ddfec3..53b16df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
+    <version>36</version>
     <relativePath />
   </parent>
 
@@ -71,26 +71,10 @@ under the License.
 
   <properties>
     <javaVersion>8</javaVersion>
+    <mavenVersion>3.2.5</mavenVersion>
     <project.build.outputTimestamp>2022-04-17T16:19:42Z</project.build.outputTimestamp>
   </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.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.2.2</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>