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.
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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments