aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-05-06 18:34:19 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-05-06 18:34:19 -0700
commit5e992cc2369bf314b1d59e34c80fae365c755ef0 (patch)
tree998ebf2bace49b02ee7205890fc5ac17084b9724
parent82bc23f45d7d57dfa26d1a1d4ec0f7dfcd88abb2 (diff)
downloadcheckstyle-5e992cc2369bf314b1d59e34c80fae365c755ef0.tar.gz
Revert "Revert "config: bump maven-surefire-xxxxxx to 2.20" due to unstable locale UTs #4316"
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d849b3b9c..9ddcfa365 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20</version>
<configuration>
<systemPropertyVariables>
<jacoco-agent.destfile>${project.build.directory}/jacoco/jacoco.exec</jacoco-agent.destfile>
@@ -1037,7 +1037,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20</version>
</plugin>
<plugin>