diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 13:10:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 13:10:36 +0200 |
commit | 23a0e7e06cb3a1b8d6c702ba2259a6a394338081 (patch) | |
tree | fbd90a28b27bd2a64461f2cbd328edce9701eb80 | |
parent | 6eb5a4cc81c1ab159a9c7725d24a825b9959a984 (diff) | |
download | jgit-23a0e7e06cb3a1b8d6c702ba2259a6a394338081.tar.gz jgit-23a0e7e06cb3a1b8d6c702ba2259a6a394338081.zip |
Update maven-surefire-report-plugin to 3.0.0
Change-Id: Id1f33c85045d280ac7238a9f1ba63a7c19f0e455
-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 e361c4485f..03d8940fc9 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -187,7 +187,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>3.0.0-M8</version> + <version>3.0.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |