summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2019-11-26 09:17:55 +0900
committerMatthias Sohn <matthias.sohn@sap.com>2019-11-26 02:38:37 -0500
commit8041b71c7037708021b177153db1c3c799565c2a (patch)
tree23980984fdd133b7657c8d5d0794ad0901329354
parentaab5ee18fe608741aff74fc52f559c86ef3e02b4 (diff)
downloadjgit-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e5a6fee363..7e70a08b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>