diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-11-26 09:17:55 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-11-26 02:38:37 -0500 |
commit | 8041b71c7037708021b177153db1c3c799565c2a (patch) | |
tree | 23980984fdd133b7657c8d5d0794ad0901329354 | |
parent | aab5ee18fe608741aff74fc52f559c86ef3e02b4 (diff) | |
download | jgit-8041b71c7037708021b177153db1c3c799565c2a.tar.gz jgit-8041b71c7037708021b177153db1c3c799565c2a.zip |
Upgrade maven-enforcer-plugin to 3.0.0-M3
Change-Id: Ie6b090ada9bcb36e018b0f991c09307f79655ba4
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -430,7 +430,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0-M2</version> + <version>3.0.0-M3</version> <executions> <execution> <id>enforce-maven</id> |