This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch MINSTALL-193-2 in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
commit a28129d64f7f4b67eee506d01e91e87908fe0a37 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Apr 24 10:57:04 2024 +0200 [MINSTALL-193] Parent 42, min Maven 3.6.3 --- https://issues.apache.org/jira/browse/MINSTALL-193 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7925f00..22660eb 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>41</version> + <version>42</version> <relativePath /> </parent> @@ -46,7 +46,7 @@ </contributors> <prerequisites> - <maven>3.2.5</maven> + <maven>3.6.3</maven> </prerequisites> <scm>