This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch bumpParent in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit bb5d37336662a7fc1c12eea52f1156bd1a6c4fcf Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Tue Oct 7 20:42:49 2025 +0200 Bump parent from 44 to 45 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae3b53a..3301db0 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>44</version> + <version>45</version> <relativePath /> </parent> @@ -62,6 +62,8 @@ under the License. <properties> <mavenVersion>3.9.11</mavenVersion> + <version.plexus-utils>3.6.0</version.plexus-utils> + <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin> <project.build.outputTimestamp>2025-05-27T21:55:59Z</project.build.outputTimestamp> </properties>
