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.git
The following commit(s) were added to refs/heads/master by this push: new 1fff173 [MNG-7428] Upgrade Maven Parent to 35 1fff173 is described below commit 1fff17398ed9738015a992502481bb79a2797ab5 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Mar 5 23:18:21 2022 +0100 [MNG-7428] Upgrade Maven Parent to 35 --- maven-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml index bc8c9b5..4f9b6e3 100644 --- a/maven-bom/pom.xml +++ b/maven-bom/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>34</version> + <version>35</version> <relativePath /> </parent>