File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/apache/maven/plugins/clean Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ under the License.
28
28
</parent >
29
29
30
30
<artifactId >maven-clean-plugin</artifactId >
31
- <version >3.4.2 -SNAPSHOT</version >
31
+ <version >3.5.0 -SNAPSHOT</version >
32
32
<packaging >maven-plugin</packaging >
33
33
34
34
<name >Apache Maven Clean Plugin</name >
@@ -62,7 +62,7 @@ under the License.
62
62
63
63
<properties >
64
64
<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>
66
66
</properties >
67
67
68
68
<dependencies >
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public class CleanMojo extends AbstractMojo {
131
131
/**
132
132
* Whether to force the deletion of read-only files.
133
133
*
134
- * @since 3.4.2
134
+ * @since 3.5.0
135
135
*/
136
136
@ Parameter (property = "maven.clean.force" , defaultValue = "false" )
137
137
private boolean force ;
You can’t perform that action at this time.
0 commit comments