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-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f68511c [MCHANGES-415] Update parent pom to 43 f68511c is described below commit f68511c3d5df568e0d3836aeebd0e14570b89432 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Nov 16 21:37:53 2024 +0100 [MCHANGES-415] Update parent pom to 43 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68cb154..de302b7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>41</version> + <version>43</version> <relativePath /> </parent>