Skip to content

Commit fdf5990

Browse files
committed
Pin Maven Plugin versions
1 parent df444d5 commit fdf5990

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<maven.compiler.release>21</maven.compiler.release>
1616

1717
<maven.checkstyle.plugin.version>3.6.0</maven.checkstyle.plugin.version>
18+
<maven.clean.plugin.version>3.4.0</maven.clean.plugin.version>
19+
<maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
1820
<maven.assembly.plugin.version>3.8.0</maven.assembly.plugin.version>
1921
<maven.enforcer.plugin.version>3.6.2</maven.enforcer.plugin.version>
2022
<maven.jar.plugin.version>3.5.0</maven.jar.plugin.version>
@@ -135,6 +137,16 @@
135137
</execution>
136138
</executions>
137139
</plugin>
140+
<plugin>
141+
<groupId>org.apache.maven.plugins</groupId>
142+
<artifactId>maven-clean-plugin</artifactId>
143+
<version>${maven.clean.plugin.version}</version>
144+
</plugin>
145+
<plugin>
146+
<groupId>org.apache.maven.plugins</groupId>
147+
<artifactId>maven-surefire-plugin</artifactId>
148+
<version>${maven.surefire.plugin.version}</version>
149+
</plugin>
138150
<plugin>
139151
<groupId>org.apache.maven.plugins</groupId>
140152
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)