Skip to content

Commit 5117885

Browse files
Bump project to 3.5.0-SNAPSHOT version
1 parent 7350dbe commit 5117885

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
</parent>
2929

3030
<artifactId>maven-clean-plugin</artifactId>
31-
<version>3.4.2-SNAPSHOT</version>
31+
<version>3.5.0-SNAPSHOT</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Clean Plugin</name>
@@ -62,7 +62,7 @@ under the License.
6262

6363
<properties>
6464
<mavenVersion>3.9.9</mavenVersion>
65-
<project.build.outputTimestamp>2025-02-15T18:49:30Z</project.build.outputTimestamp>
65+
<project.build.outputTimestamp>2025-05-27T21:21:24Z</project.build.outputTimestamp>
6666
</properties>
6767

6868
<dependencies>

src/main/java/org/apache/maven/plugins/clean/CleanMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public class CleanMojo extends AbstractMojo {
131131
/**
132132
* Whether to force the deletion of read-only files.
133133
*
134-
* @since 3.4.2
134+
* @since 3.5.0
135135
*/
136136
@Parameter(property = "maven.clean.force", defaultValue = "false")
137137
private boolean force;

0 commit comments

Comments
 (0)