This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-parent-35 in repository https://gitbox.apache.org/repos/asf/maven.git
commit cd809c672f8b3b1f70280d2eebbcb55847cfa846 Author: Michael Osipov <[email protected]> AuthorDate: Thu Mar 3 12:45:18 2022 +0100 [MNG-7428] Upgrade Maven Parent to 35 --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1ff9ccf..bb51e94 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>35</version> <relativePath /> </parent> @@ -516,13 +516,10 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.3.0</version> </plugin> <plugin> - <!-- Remove when Apache Parent 25 is used --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -641,7 +638,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0</version> <dependencies> <dependency> <groupId>org.codehaus.mojo</groupId>
