summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-08-25 11:58:14 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-08-25 11:58:14 +0200
commit601cca6d27e6c8c3f603f10acdb9ffcd84774e96 (patch)
treeaca93a079ffe3a3c409c4c72de5eb83b91e97e90
parent66567df4e2880d8dae1a8f27b79d2fa2d84dce6b (diff)
parented3aa166d9e5d24647014c70bc02cfabecec52bf (diff)
downloadjgit-601cca6d27e6c8c3f603f10acdb9ffcd84774e96.tar.gz
jgit-601cca6d27e6c8c3f603f10acdb9ffcd84774e96.zip
Merge branch 'stable-5.4'
* stable-5.4: Fix generation of surefire report during site generation Change-Id: I2054dc67fc001910b66f395200c6796d4cef8ef3
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0deeb7f6c7..c7cc892ea2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -619,7 +619,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>${maven-surefire-version}</version>
+ <version>${maven-surefire-report-plugin-version}</version>
<configuration>
<aggregate>true</aggregate>
<alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>