diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-13 10:36:56 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-16 14:30:04 +0100 |
commit | 0e6728b0ad7a4b76035a4fc508351997e09d0697 (patch) | |
tree | 99a1f46fcec05bbed4858452f6b6a831b70a930c | |
parent | 73d1c9b4e149c0b6bff702b24a8bce804417d2e4 (diff) | |
download | jgit-0e6728b0ad7a4b76035a4fc508351997e09d0697.tar.gz jgit-0e6728b0ad7a4b76035a4fc508351997e09d0697.zip |
Upgrade maven-surefire{-report}-plugin to 2.20.1
Change-Id: If3979b36ac0e1fd66f31f8a92e76b0e47d066a3b
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -214,7 +214,7 @@ <tycho-extras-version>1.0.0</tycho-extras-version> <gson-version>2.2.4</gson-version> <spotbugs-maven-plugin-version>3.1.0-RC8</spotbugs-maven-plugin-version> - <maven-surefire-report-plugin-version>2.20</maven-surefire-report-plugin-version> + <maven-surefire-report-plugin-version>2.20.1</maven-surefire-report-plugin-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> @@ -358,7 +358,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.20</version> + <version>2.20.1</version> <configuration> <forkCount>${test-fork-count}</forkCount> <reuseForks>true</reuseForks> |