Browse Source

Update maven-surefire-plugin to 2.18.1

tags/rel_3_20_0_ga
Michal Kordas 9 years ago
parent
commit
9e224aa3c6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<version>2.18.1</version>
<configuration>
<includes>
<include>javassist/JvstTest.java</include>

Loading…
Cancel
Save