Skip to content

Commit e516a40

Browse files
committed
Plugin updates
1 parent 26e1a4d commit e516a40

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,31 +171,31 @@
171171
<plugins>
172172
<plugin>
173173
<artifactId>maven-clean-plugin</artifactId>
174-
<version>3.1.0</version>
174+
<version>3.4.0</version>
175175
</plugin>
176176
<plugin>
177177
<artifactId>maven-compiler-plugin</artifactId>
178-
<version>3.8.1</version>
178+
<version>3.13.0</version>
179179
<configuration>
180180
<source>${jdk.version}</source>
181181
<target>${jdk.version}</target>
182182
</configuration>
183183
</plugin>
184184
<plugin>
185185
<artifactId>maven-dependency-plugin</artifactId>
186-
<version>3.1.2</version>
186+
<version>3.8.1</version>
187187
</plugin>
188188
<plugin>
189189
<artifactId>maven-jar-plugin</artifactId>
190-
<version>3.2.0</version>
190+
<version>3.4.2</version>
191191
</plugin>
192192
<plugin>
193193
<artifactId>maven-scm-plugin</artifactId>
194-
<version>1.11.2</version>
194+
<version>2.1.0</version>
195195
</plugin>
196196
<plugin>
197197
<artifactId>maven-source-plugin</artifactId>
198-
<version>3.2.1</version>
198+
<version>3.3.1</version>
199199
</plugin>
200200
<plugin>
201201
<artifactId>maven-failsafe-plugin</artifactId>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-release-plugin</artifactId>
217-
<version>3.0.0-M1</version>
217+
<version>3.1.1</version>
218218
<configuration>
219219
<remoteTagging>true</remoteTagging>
220220
<preparationGoals>clean install</preparationGoals>
@@ -247,7 +247,7 @@
247247
<plugin>
248248
<groupId>org.apache.maven.plugins</groupId>
249249
<artifactId>maven-surefire-plugin</artifactId>
250-
<version>3.0.0-M5</version>
250+
<version>3.5.2</version>
251251
</plugin>
252252
<plugin>
253253
<groupId>org.apache.maven.plugins</groupId>
@@ -256,7 +256,7 @@
256256
</plugin>
257257
<plugin>
258258
<artifactId>maven-assembly-plugin</artifactId>
259-
<version>3.3.0</version>
259+
<version>3.7.1</version>
260260
<configuration>
261261
<descriptors>
262262
<descriptor>src/main/assembly/assembly.xml</descriptor>
@@ -296,7 +296,7 @@
296296

297297
<plugin>
298298
<artifactId>maven-enforcer-plugin</artifactId>
299-
<version>3.0.0-M3</version>
299+
<version>3.5.0</version>
300300
<executions>
301301
<execution>
302302
<id>enforce-java</id>
@@ -316,7 +316,7 @@
316316
<plugin>
317317
<groupId>org.apache.maven.plugins</groupId>
318318
<artifactId>maven-install-plugin</artifactId>
319-
<version>3.0.0-M1</version>
319+
<version>3.1.3</version>
320320
</plugin>
321321

322322
<plugin>
@@ -334,7 +334,7 @@
334334
<plugin>
335335
<groupId>org.apache.maven.plugins</groupId>
336336
<artifactId>maven-deploy-plugin</artifactId>
337-
<version>3.0.0-M1</version>
337+
<version>3.1.3</version>
338338
</plugin>
339339

340340
</plugins>

0 commit comments

Comments
 (0)