This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-invoker.git
The following commit(s) were added to refs/heads/master by this push: new f51fa2f [MSHARED-1042] Upgrade Parent to 35 f51fa2f is described below commit f51fa2fc7a1d7da182f5a98774c0678ac135a817 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Mar 4 18:25:27 2022 +0100 [MSHARED-1042] Upgrade Parent to 35 --- pom.xml | 49 +++++++------------------------------------------ 1 file changed, 7 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 2521f28..bc79e96 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>35</version> <relativePath /> </parent> @@ -94,46 +94,20 @@ under the License. <build> <pluginManagement> <plugins> - <!-- remove with next parent upgrade --> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>3.1.2</version> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>3.3.1</version> - <configuration> - <detectLinks>false</detectLinks> - </configuration> - </plugin> + <!-- TODO check with next parent pom --> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>3.2.0</version> + <artifactId>maven-pmd-plugin</artifactId> + <version>3.16.0</version> </plugin> <plugin> - <artifactId>maven-site-plugin</artifactId> - <version>3.10.0</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + <version>3.0.0</version> </plugin> </plugins> </pluginManagement> <plugins> - <plugin> <!-- Remove once MPOM-270 fixed --> - <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0</version> - <dependencies> - <dependency> - <groupId>org.codehaus.mojo</groupId> - <artifactId>extra-enforcer-rules</artifactId> - <version>1.5.1</version> - </dependency> - </dependencies> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -154,15 +128,6 @@ under the License. <plugin> <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> - <version>0.3.5</version> - <executions> - <execution> - <id>generate-index</id> - <goals> - <goal>main-index</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </build>