Skip to content

Commit 7c1593f

Browse files
[MCLEAN-118] Require Maven 3.6.3
1 parent 1e87ea3 commit 7c1593f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

+4-4
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.3.3-SNAPSHOT</version>
31+
<version>3.4.0-SNAPSHOT</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Clean Plugin</name>
@@ -61,7 +61,9 @@ under the License.
6161
</distributionManagement>
6262

6363
<properties>
64-
<mavenVersion>3.2.5</mavenVersion>
64+
<mavenVersion>3.6.3</mavenVersion>
65+
<!-- TODO remove with next parent -->
66+
<version.maven-plugin-tools>3.12.0</version.maven-plugin-tools>
6567
<project.build.outputTimestamp>2023-10-23T06:00:49Z</project.build.outputTimestamp>
6668
</properties>
6769

@@ -75,7 +77,6 @@ under the License.
7577
<dependency>
7678
<groupId>org.codehaus.plexus</groupId>
7779
<artifactId>plexus-utils</artifactId>
78-
<version>4.0.0</version>
7980
</dependency>
8081

8182
<!-- dependencies to annotations -->
@@ -95,7 +96,6 @@ under the License.
9596
<dependency>
9697
<groupId>org.codehaus.plexus</groupId>
9798
<artifactId>plexus-xml</artifactId>
98-
<version>3.0.0</version>
9999
<scope>test</scope>
100100
</dependency>
101101
<dependency>

src/site/apt/examples/delete_additional_files.apt.vm

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Delete Additional Files Not Exposed to Maven
6868
is equivalent to:
6969

7070
+--------
71-
<directory>${basedir}/some/relative/path</directory>
71+
<directory>${project.basedir}/some/relative/path</directory>
7272
+--------
7373

7474
You could also define file set rules in a parent POM. In this case, the clean plugin adds the subproject

0 commit comments

Comments
 (0)