Skip to content

Commit af5fcd4

Browse files
committed
Updating maven plugin versions.
Note that maven-clean-plugin 3.0.0 requires maven 3. I think this is an ok requirement, but it can be downgraded if required.
1 parent f573a65 commit af5fcd4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
3939
<maxmem>512M</maxmem>
40-
<slf4j.version>1.7.12</slf4j.version>
40+
<slf4j.version>1.7.13</slf4j.version>
4141
<!-- DO NOT CHANGE. Log4j 2.3 is the most recent version that works with Java 1.6 -->
4242
<log4j.version>2.3</log4j.version>
4343
</properties>
@@ -150,7 +150,7 @@
150150
<plugins>
151151
<plugin>
152152
<artifactId>maven-clean-plugin</artifactId>
153-
<version>2.6.1</version>
153+
<version>3.0.0</version>
154154
</plugin>
155155
<plugin>
156156
<artifactId>maven-compiler-plugin</artifactId>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.jvnet.jaxb2.maven2</groupId>
187187
<artifactId>maven-jaxb2-plugin</artifactId>
188-
<version>0.13.0</version>
188+
<version>0.13.1</version>
189189
</plugin>
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
@@ -217,11 +217,11 @@
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-shade-plugin</artifactId>
220-
<version>2.4.1</version>
220+
<version>2.4.2</version>
221221
</plugin>
222222
<plugin>
223223
<artifactId>maven-assembly-plugin</artifactId>
224-
<version>2.5.5</version>
224+
<version>2.6</version>
225225
<configuration>
226226
<descriptors>
227227
<descriptor>src/main/assembly/assembly.xml</descriptor>
@@ -243,14 +243,14 @@
243243
<plugin>
244244
<groupId>org.codehaus.mojo</groupId>
245245
<artifactId>findbugs-maven-plugin</artifactId>
246-
<version>3.0.2</version>
246+
<version>3.0.3</version>
247247
</plugin>
248248

249249

250250
<plugin>
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-checkstyle-plugin</artifactId>
253-
<version>2.16</version>
253+
<version>2.17</version>
254254
</plugin>
255255

256256
</plugins>
@@ -291,7 +291,7 @@
291291
<!-- give more memory for junit tests -->
292292
<plugin>
293293
<artifactId>maven-surefire-plugin</artifactId>
294-
<version>2.18.1</version>
294+
<version>2.19</version>
295295
<configuration>
296296
<argLine>-Xmx1500M</argLine>
297297
<reuseForks>false</reuseForks>
@@ -445,13 +445,13 @@
445445
<plugin>
446446
<groupId>org.codehaus.mojo</groupId>
447447
<artifactId>findbugs-maven-plugin</artifactId>
448-
<version>3.0.1</version>
448+
<version>3.0.3</version>
449449
</plugin>
450450

451451
<plugin>
452452
<groupId>org.apache.maven.plugins</groupId>
453453
<artifactId>maven-checkstyle-plugin</artifactId>
454-
<version>2.15</version>
454+
<version>2.17</version>
455455
</plugin>
456456
<plugin>
457457
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)