Browse Source

Upgrade maven surefire plugins to 2.22.0

Change-Id: Iaf56c448d35042a60d6ce1cc5f4ed6a10a44aa3f
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-5.2
David Pursehouse 6 years ago
parent
commit
3ac9e790ad
  1. 2
      pom.xml

2
pom.xml

@ -217,7 +217,7 @@
<tycho-extras-version>1.2.0</tycho-extras-version>
<gson-version>2.8.2</gson-version>
<spotbugs-maven-plugin-version>3.1.6</spotbugs-maven-plugin-version>
<maven-surefire-version>2.21.0</maven-surefire-version>
<maven-surefire-version>2.22.0</maven-surefire-version>
<maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
<!-- Properties to enable jacoco code coverage analysis -->

Loading…
Cancel
Save