This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch maven-3.9.x in repository https://gitbox.apache.org/repos/asf/maven.git
commit 1a600c7fd1ef3427ff85aa087d34f7d87e6370e2 Author: Tamas Cservenak <[email protected]> AuthorDate: Tue Jan 31 09:23:51 2023 +0100 [MNG-7675] Update Parent to 39 and reformat Changes: * updates parent to 39 * reformat of sources (no code change) * updates .git-blame-ignore-revs --- https://issues.apache.org/jira/browse/MNG-7675 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2ff347dfa..fa9b0f625 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,8 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>38</version> - <relativePath/> + <version>39</version> + <relativePath /> </parent> <artifactId>maven</artifactId> @@ -600,7 +600,7 @@ under the License. </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions>
