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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ <spotbugs-maven-plugin-version>4.1.4</spotbugs-maven-plugin-version> <maven-project-info-reports-plugin-version>3.1.1</maven-project-info-reports-plugin-version> <maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version> - <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> + <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version> <maven-surefire-report-plugin-version>${maven-surefire-plugin-version}</maven-surefire-report-plugin-version> <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> <plexus-compiler-version>2.8.8</plexus-compiler-version> |