diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:05:42 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:30:18 +0100 |
commit | f93b1b5e6a69268f416030850102e3fde456fe03 (patch) | |
tree | 1529760259034124d3628ca4eb428d80a89ff9f1 /org.eclipse.jgit.benchmarks | |
parent | 41158b214792772ed31d5b21215e77b58154e617 (diff) | |
download | jgit-f93b1b5e6a69268f416030850102e3fde456fe03.tar.gz jgit-f93b1b5e6a69268f416030850102e3fde456fe03.zip |
Update maven-surefire plugins to 3.0.0-M5
Change-Id: I0425029eac630f4e8fb47d112d086e74283b2ebd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 4ff5bfb313..2c101f0105 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -169,7 +169,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>3.0.0-M3</version> + <version>3.0.0-M5</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |