This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-clean-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this push: new 5117885 Bump project to 3.5.0-SNAPSHOT version 5117885 is described below commit 51178853964d6a0a88386aaaf43b1118e136e7ef Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue May 27 23:22:30 2025 +0200 Bump project to 3.5.0-SNAPSHOT version --- pom.xml | 4 ++-- src/main/java/org/apache/maven/plugins/clean/CleanMojo.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b810a47..78ba5b9 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-clean-plugin</artifactId> - <version>3.4.2-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Clean Plugin</name> @@ -62,7 +62,7 @@ under the License. <properties> <mavenVersion>3.9.9</mavenVersion> - <project.build.outputTimestamp>2025-02-15T18:49:30Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-05-27T21:21:24Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java b/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java index 3a82d71..ef2850f 100644 --- a/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java +++ b/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java @@ -131,7 +131,7 @@ public class CleanMojo extends AbstractMojo { /** * Whether to force the deletion of read-only files. * - * @since 3.4.2 + * @since 3.5.0 */ @Parameter(property = "maven.clean.force", defaultValue = "false") private boolean force;